mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
MAEMO: Make setupIcon do nothing
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input) http://bugzilla.libsdl.org/show_bug.cgi?id=586 This fix is based on the old 1.2.1 Maemo port code
This commit is contained in:
parent
8b9b777397
commit
c451bd4340
@ -108,6 +108,12 @@ const Maemo::Model OSystem_SDL_Maemo::detectModel() {
|
||||
return *model;
|
||||
}
|
||||
|
||||
void OSystem_SDL_Maemo::setupIcon() {
|
||||
// no Maemo version needs setupIcon
|
||||
// also N900 is hit by SDL_WM_SetIcon bug (window cannot receive input)
|
||||
// http://bugzilla.libsdl.org/show_bug.cgi?id=586
|
||||
}
|
||||
|
||||
} //namespace Maemo
|
||||
|
||||
#endif
|
||||
|
@ -38,6 +38,7 @@ public:
|
||||
virtual void quit();
|
||||
virtual void fatalError();
|
||||
virtual void setWindowCaption(const char *caption);
|
||||
virtual void setupIcon();
|
||||
|
||||
Model getModel() { return _model; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user