fix build bustage with nsMenuEvent

git-svn-id: svn://10.0.0.236/trunk@99462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
2001-07-18 01:09:46 +00:00
parent beb2810cf1
commit 2f64bc721b
3 changed files with 7 additions and 0 deletions

View File

@@ -53,6 +53,8 @@
#include <Appearance.h>
#include "nsMacResources.h"
#include "nsGUIEvent.h"
// CIDs
#include "nsWidgetsCID.h"
static NS_DEFINE_CID(kMenuBarCID, NS_MENUBAR_CID);

View File

@@ -38,6 +38,8 @@
#include "nsIDocument.h"
#include "nsIDOMDocument.h"
#include "nsGUIEvent.h"
#include "nsStringUtil.h"

View File

@@ -28,6 +28,7 @@
#include "nsIDocumentObserver.h"
#include "nsIComponentManager.h"
#include "nsIDocShell.h"
#include "prinrval.h"
#include "nsMenuX.h"
#include "nsMenubarX.h"
@@ -55,6 +56,8 @@
#include <Balloons.h>
#include <CarbonEvents.h>
#include "nsGUIEvent.h"
#include "nsDynamicMDEF.h"
const PRInt16 kMacMenuIDX = nsMenuBarX::kAppleMenuID + 1;