PHOTON port only (not part of build)

fixed bustage with removal of old img lib
This commit is contained in:
dinglis%qnx.com 2001-08-14 13:52:45 +00:00
Родитель 8ec96133ad
Коммит 9580acd264
6 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -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"