gfx/src/windows/nsGfxFactoryWin.cpp - Revision 3.30

There were 2 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

gfx/src/windows/nsGfxFactoryWin.cpp,3.30
.
Disk File
Skipping to line 66. 
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsScriptableRegion)
.
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsScriptableRegion)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrintOptionsWin)
.
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrintOptionsWin)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFontEnumeratorWin)
.
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFontEnumeratorWin)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFontList)
.
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFontList)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsScreenManagerWin)
.
NS_GENERIC_FACTORY_CONSTRUCTOR(nsScreenManagerWin)
 
.
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPrinterEnumeratorWin)
 
.
 
 
.
 
PRBool
.
PRBool
UseAFunctions()
.
UseAFunctions()
{
.
{
Skipping to line 211. 
 
.
 
  { "nsScreenManagerWin",
.
  { "nsScreenManagerWin",
    NS_SCREENMANAGER_CID,
.
    NS_SCREENMANAGER_CID,
    "@mozilla.org/gfx/screenmanager;1",
.
    "@mozilla.org/gfx/screenmanager;1",
    nsScreenManagerWinConstructor },
.
    nsScreenManagerWinConstructor },
 
.
 
 
.
  { "Win Printer Enumerator",
 
.
    NS_PRINTER_ENUMERATOR_CID,
 
.
    //    "@mozilla.org/gfx/printer_enumerator/win;1",
 
.
    "@mozilla.org/gfx/printerenumerator;1",
 
.
    nsPrinterEnumeratorWinConstructor },
 
.
 
};
.
};
 
.
 
NS_IMPL_NSGETMODULE(nsGfxModule, components)
.
NS_IMPL_NSGETMODULE(nsGfxModule, components)