From 8198d1b4d5a530a5462a03d412d70bffb460fa69 Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Fri, 1 Oct 1999 09:55:20 +0000 Subject: [PATCH] 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 --- mozilla/widget/public/nsIAppShell.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/widget/public/nsIAppShell.idl b/mozilla/widget/public/nsIAppShell.idl index 8831b995738..e390e76311d 100644 --- a/mozilla/widget/public/nsIAppShell.idl +++ b/mozilla/widget/public/nsIAppShell.idl @@ -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); };