bug 163736 fixing speedracer bustage. checking in for roland mainz

git-svn-id: svn://10.0.0.236/trunk@129660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2002-09-15 20:15:43 +00:00
parent b039687b70
commit c2e455624f
2 changed files with 8 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ EXTRA_DSO_LDOPTS += \
$(NSPR_LIBS) \
-lxpcom \
-lgkgfx \
-lgfxshared_s \
$(GFX_XIE_LIBS) \
$(NULL)
@@ -130,6 +131,7 @@ endif
LOCAL_INCLUDES += \
-I$(srcdir)/. \
-I$(srcdir)/.. \
-I$(srcdir)/../shared \
-I$(srcdir)/../x11shared \
$(NULL)

View File

@@ -58,6 +58,7 @@
#include "nsFontList.h"
#include "nsPrintOptionsXlib.h"
#include "nsPrintSession.h"
#include "gfxImageFrame.h"
// objects that just require generic constructors
@@ -75,6 +76,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsScreenManagerXlib)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrintOptionsXlib)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrinterEnumeratorXlib)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrintSession, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(gfxImageFrame)
// our custom constructors
@@ -186,6 +188,10 @@ static const nsModuleComponentInfo components[] =
// "@mozilla.org/gfx/printer_enumerator/xlib;1",
"@mozilla.org/gfx/printerenumerator;1",
nsPrinterEnumeratorXlibConstructor },
{ "windows image frame",
GFX_IMAGEFRAME_CID,
"@mozilla.org/gfx/image/frame;2",
gfxImageFrameConstructor, },
{ "Print Session",
NS_PRINTSESSION_CID,
"@mozilla.org/gfx/printsession;1",