rename declaration of [ptr] native nsIWidget so it doesn't conflict when nsIWidget.idl is built (no real change) r=syd

git-svn-id: svn://10.0.0.236/trunk@49562 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
1999-10-01 09:55:20 +00:00
parent ca5d4caa2e
commit 8198d1b4d5

View File

@@ -26,7 +26,7 @@
native int(int);
[ptr] native nsDispatchListener(nsDispatchListener);
[ptr] native nsIWidget(nsIWidget);
[ptr] native UndefinednsIWidget(nsIWidget);
[ref] native PRBoolRef(PRBool);
[ref] native voidStarRef(void *);
@@ -119,7 +119,7 @@ interface nsIAppShell : nsISupports
* Determines whether a given event should be processed assuming the given
* widget is a currently active modal window
*/
void EventIsForModalWindow(in PRBool aRealEvent, in voidStar aEvent, in nsIWidget aWidget,
void EventIsForModalWindow(in PRBool aRealEvent, in voidStar aEvent, in UndefinednsIWidget aWidget,
out PRBool aForWindow);
};