Fix cocoa widgets to compile again. Not part of build.

This commit is contained in:
hyatt%netscape.com 2002-01-18 00:55:49 +00:00
parent 281af2aa0e
commit 920e8270bd
2 changed files with 1 additions and 6 deletions

View File

@ -53,6 +53,7 @@ REQUIRES = xpcom \
GFX_LCPPSRCS = \
nsRegionMac.cpp \
nsWatchTask.cpp \
nsRepeater.cpp \
$(NULL)

View File

@ -69,7 +69,6 @@
#include "nsIComponentManager.h"
#include "nsSound.h"
#include "nsTimerMac.h"
#include "nsScrollbar.h"
#ifdef IBMBIDI
@ -79,7 +78,6 @@
#include "nsIGenericFactory.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimerImpl)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsCocoaWindow)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsChildView)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFilePicker)
@ -105,10 +103,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsBidiKeyboard)
static nsModuleComponentInfo components[] =
{
{ "Timer",
NS_TIMER_CID,
"@mozilla.org/timer;1",
nsTimerImplConstructor },
{ "nsWindow",
NS_WINDOW_CID,
"@mozilla.org/widgets/window/mac;1",