From 854c43fc259043cec890430ec9e8c0c86d459678 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Wed, 3 Mar 1999 09:00:44 +0000 Subject: [PATCH] updated some comments about nsIWindow --- widget/public/nsIWidget.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/widget/public/nsIWidget.h b/widget/public/nsIWidget.h index ed10539d0f21..f7cf6348fe5a 100644 --- a/widget/public/nsIWidget.h +++ b/widget/public/nsIWidget.h @@ -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