mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 14:25:40 +00:00
Add bitdraw.h, remove non-working stub class
(cherry picked from commit 67f31a19a8)
This commit is contained in:
committed by
Sam Lantinga
parent
e426617c9c
commit
e19c532ebf
@@ -30,16 +30,7 @@
|
||||
#include <e32svr.h>
|
||||
#include <bitdev.h>
|
||||
#include <w32std.h>
|
||||
|
||||
class CFbsDrawDevice : public CBase
|
||||
{
|
||||
public:
|
||||
public:
|
||||
IMPORT_C static CFbsDrawDevice* NewScreenDeviceL(TScreenInfoV01 aInfo,TDisplayMode aDispMode);
|
||||
public:
|
||||
virtual void Update() {}
|
||||
virtual void UpdateRegion(const TRect&) {}
|
||||
};
|
||||
#include "bitdraw.h" // CFbsDrawDevice
|
||||
|
||||
#define _THIS SDL_VideoDevice *_this
|
||||
|
||||
|
||||
Reference in New Issue
Block a user