Exporting clipboard, drag & drop interfaces.

This commit is contained in:
mcafee%netscape.com 1999-03-23 19:44:02 +00:00
Родитель 35bf374ae1
Коммит 04819cf919
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,14 @@ EXPORTS = \
nsIImageButtonListener.h \
nsIContentConnector.h \
nsISelectionMgr.h \
$(NULL)
nsIDragSource.h \
nsIDragTarget.h \
nsIClipboard.h \
nsIDataFlavor.h \
nsITransferable.h \
nsIDragService.h \
nsIDraggedObject.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))