idl-ifying nsIclipboard

This commit is contained in:
pinkerton%netscape.com 1999-09-04 19:59:38 +00:00
parent 9e769e7afe
commit 867ed4a72d
2 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,6 @@ EXPORTS = \
nsIMenu.h \
nsIMenuItem.h \
nsIPopUpMenu.h \
nsIClipboard.h \
nsIClipboardOwner.h \
nsIFontNameIterator.h \
nsIFontSizeIterator.h \
nsIFontRetrieverService.h \
@ -79,6 +77,8 @@ XPIDLSRCS = \
nsIDragSession.idl \
nsIDragService.idl \
nsIFormatConverter.idl \
nsIClipboard.idl \
nsIClipboardOwner.idl \
$(NULL)
include $(topsrcdir)/config/config.mk

View File

@ -29,14 +29,14 @@ XPIDLSRCS = \
.\nsIDragSession.idl \
.\nsIDragService.idl \
.\nsIFormatConverter.idl \
.\nsIClipboard.idl \
.\nsIClipboardOwner.idl \
$(NULL)
EXPORTS=nsui.h \
nsIFontSizeIterator.h \
nsIFontNameIterator.h \
nsIFontRetrieverService.h \
nsIClipboardOwner.h \
nsIClipboard.h \
nsIFileWidget.h \
nsIWidget.h \
nsIButton.h \