Added nsICaret and nsIDOMSelectionListener to exports

This commit is contained in:
sfraser%netscape.com 1999-02-11 23:56:11 +00:00
parent ccb40923d6
commit 3af75db3b6
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ MODULE=layout
EXPORTS = \ EXPORTS = \
nslayout.h \ nslayout.h \
nsICaret.h \
nsIContent.h \ nsIContent.h \
nsIDocument.h \ nsIDocument.h \
nsIDocumentContainer.h \ nsIDocumentContainer.h \
@ -43,6 +44,7 @@ EXPORTS = \
nsIReflowCommand.h \ nsIReflowCommand.h \
nsIFrameSelection.h \ nsIFrameSelection.h \
nsIDOMSelection.h \ nsIDOMSelection.h \
nsIDOMSelectionListener.h \
nsISpaceManager.h \ nsISpaceManager.h \
nsIStyleContext.h \ nsIStyleContext.h \
nsIStyleFrameConstruction.h \ nsIStyleFrameConstruction.h \

View File

@ -19,6 +19,7 @@ DEPTH=..\..\..
EXPORTS = \ EXPORTS = \
nslayout.h \ nslayout.h \
nsICaret.h \
nsIContent.h \ nsIContent.h \
nsIDocument.h \ nsIDocument.h \
nsIDocumentContainer.h \ nsIDocumentContainer.h \
@ -36,6 +37,7 @@ EXPORTS = \
nsIReflowCommand.h \ nsIReflowCommand.h \
nsIFrameSelection.h \ nsIFrameSelection.h \
nsIDOMSelection.h \ nsIDOMSelection.h \
nsIDOMSelectionListener.h \
nsISpaceManager.h \ nsISpaceManager.h \
nsIStyleContext.h \ nsIStyleContext.h \
nsIStyleFrameConstruction.h \ nsIStyleFrameConstruction.h \