mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Added nsICaret and nsIDOMSelectionListener to exports
This commit is contained in:
parent
ccb40923d6
commit
3af75db3b6
@ -26,6 +26,7 @@ MODULE=layout
|
||||
|
||||
EXPORTS = \
|
||||
nslayout.h \
|
||||
nsICaret.h \
|
||||
nsIContent.h \
|
||||
nsIDocument.h \
|
||||
nsIDocumentContainer.h \
|
||||
@ -43,6 +44,7 @@ EXPORTS = \
|
||||
nsIReflowCommand.h \
|
||||
nsIFrameSelection.h \
|
||||
nsIDOMSelection.h \
|
||||
nsIDOMSelectionListener.h \
|
||||
nsISpaceManager.h \
|
||||
nsIStyleContext.h \
|
||||
nsIStyleFrameConstruction.h \
|
||||
|
@ -19,6 +19,7 @@ DEPTH=..\..\..
|
||||
|
||||
EXPORTS = \
|
||||
nslayout.h \
|
||||
nsICaret.h \
|
||||
nsIContent.h \
|
||||
nsIDocument.h \
|
||||
nsIDocumentContainer.h \
|
||||
@ -36,6 +37,7 @@ EXPORTS = \
|
||||
nsIReflowCommand.h \
|
||||
nsIFrameSelection.h \
|
||||
nsIDOMSelection.h \
|
||||
nsIDOMSelectionListener.h \
|
||||
nsISpaceManager.h \
|
||||
nsIStyleContext.h \
|
||||
nsIStyleFrameConstruction.h \
|
||||
|
Loading…
Reference in New Issue
Block a user