mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
updated some comments about nsIWindow
This commit is contained in:
parent
23b564466a
commit
854c43fc25
@ -67,10 +67,11 @@ typedef nsEventStatus (*PR_CALLBACK EVENT_CALLBACK)(nsGUIEvent *event);
|
||||
{ 0x18032ad5, 0xb265, 0x11d1, \
|
||||
{ 0xaa, 0x2a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 } }
|
||||
|
||||
//------------------------------------------
|
||||
// TEMPORARY TEMPORARY TEMPORARY TEMPORARY
|
||||
// This definition below will be removed after the Mac Widgets have landed.
|
||||
// We'll then create a new class "nsIWindow" and use it on all the platforms.
|
||||
// The following definition should have been temporary. The plan was to create
|
||||
// a new class called "nsIWindow" and use it on all the platforms in order
|
||||
// to differentiate real user windows from simple widgets. The Mac needs it
|
||||
// and it appeared that it would make sense to have it on Windows and Unix too.
|
||||
// Well, it did not happen yet so we keep this temporary definition.
|
||||
#ifdef XP_MAC
|
||||
// {18032AD6-B265-11d1-AA2A-000000000000}
|
||||
#define NS_IWINDOW_IID \
|
||||
@ -79,8 +80,6 @@ typedef nsEventStatus (*PR_CALLBACK EVENT_CALLBACK)(nsGUIEvent *event);
|
||||
#else
|
||||
#define NS_IWINDOW_IID NS_IWIDGET_IID
|
||||
#endif
|
||||
// TEMPORARY TEMPORARY TEMPORARY TEMPORARY
|
||||
//------------------------------------------
|
||||
|
||||
|
||||
// Hide the native window systems real window type so as to avoid
|
||||
|
Loading…
Reference in New Issue
Block a user