зеркало из https://github.com/mozilla/pjs.git
PHOTON port only (not part of build)
fixed bustage with removal of old img lib
This commit is contained in:
Родитель
8ec96133ad
Коммит
9580acd264
|
@ -25,7 +25,6 @@
|
|||
#include "nspr.h"
|
||||
#include "nsIPref.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "il_util.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
#include "nsDeviceContextPh.h"
|
||||
|
|
|
@ -91,7 +91,6 @@ protected:
|
|||
|
||||
nsDrawingSurface mSurface;
|
||||
PRUint32 mDepth; // bit depth of device
|
||||
nsPaletteInfo mPaletteInfo;
|
||||
float mPixelScale;
|
||||
PRInt16 mScrollbarHeight;
|
||||
PRInt16 mScrollbarWidth;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "nsIPref.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
static int gGotAllFontNames = 0;
|
||||
|
||||
// XXX many of these statics need to be freed at shutdown time
|
||||
|
|
|
@ -158,5 +158,5 @@ static nsModuleComponentInfo components[] =
|
|||
nsScreenManagerPhConstructor }
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("nsGfxPhModule", components)
|
||||
NS_IMPL_NSGETMODULE(nsGfxPhModule, components)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
class nsImagePh : public nsIImage {
|
||||
public:
|
||||
nsImagePh();
|
||||
~nsImagePh();
|
||||
virtual ~nsImagePh();
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <photon/PhRender.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include "libimg.h"
|
||||
#include "nsDeviceContextPh.h"
|
||||
#include "prprf.h"
|
||||
#include "nsDrawingSurfacePh.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче