mirror of https://github.com/encounter/SDL.git
Add bitdraw.h, remove non-working stub class
(cherry picked from commit 67f31a19a8eb06ee80bccb9ec8cc8c34aa635b3d)
This commit is contained in:
parent
b97d2ed6c5
commit
859cb13ef8
|
@ -30,16 +30,7 @@
|
||||||
#include <e32svr.h>
|
#include <e32svr.h>
|
||||||
#include <bitdev.h>
|
#include <bitdev.h>
|
||||||
#include <w32std.h>
|
#include <w32std.h>
|
||||||
|
#include "bitdraw.h" // CFbsDrawDevice
|
||||||
class CFbsDrawDevice : public CBase
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
public:
|
|
||||||
IMPORT_C static CFbsDrawDevice* NewScreenDeviceL(TScreenInfoV01 aInfo,TDisplayMode aDispMode);
|
|
||||||
public:
|
|
||||||
virtual void Update() {}
|
|
||||||
virtual void UpdateRegion(const TRect&) {}
|
|
||||||
};
|
|
||||||
|
|
||||||
#define _THIS SDL_VideoDevice *_this
|
#define _THIS SDL_VideoDevice *_this
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue