moving nsIScreen and implementations to widget. (files copied on cvs server already). bug 322942 r=vlad sr=roc

This commit is contained in:
pavlov%pavlov.net 2006-01-11 22:41:04 +00:00
parent cb12d4612b
commit 8609d12d01

View File

@ -63,6 +63,7 @@
#include "nsSound.h"
#include "nsNativeScrollbar.h"
#include "nsScreenManagerMac.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsCocoaWindow)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsChildView)
@ -81,6 +82,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsClipboard)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsClipboardHelper)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDragHelperService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsScreenManagerMac)
#include "nsBidiKeyboard.h"
NS_GENERIC_FACTORY_CONSTRUCTOR(nsBidiKeyboard)