Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
This commit is contained in:
parent
ea87405ae4
commit
70b7ebb339
19 changed files with 582 additions and 6 deletions
|
@ -216,6 +216,7 @@ public:
|
|||
virtual bool hasFeature(Feature f);
|
||||
virtual void setFeatureState(Feature f, bool enable);
|
||||
virtual bool getFeatureState(Feature f);
|
||||
virtual void preprocessEvents(SDL_Event *event) {};
|
||||
|
||||
#ifdef USE_OSD
|
||||
void displayMessageOnOSD(const char *msg);
|
||||
|
@ -230,6 +231,7 @@ public:
|
|||
|
||||
protected:
|
||||
bool _inited;
|
||||
SDL_AudioSpec _obtained;
|
||||
|
||||
#ifdef USE_OSD
|
||||
SDL_Surface *_osdSurface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue