Tweaks (Morphos & Palm backends badly need updating :-/)

svn-id: r13848
This commit is contained in:
Max Horn 2004-05-21 20:43:07 +00:00
parent 7a772513c5
commit cff4e1d49f
4 changed files with 12 additions and 24 deletions

View file

@ -45,11 +45,11 @@ static OSystem *createSystem() {
#elif defined(X11_BACKEND)
return OSystem_X11_create();
#elif defined(__MORPHOS__)
return OSystem_MorphOS_create(gfx_mode, ConfMan.getBool("fullscreen"));
return OSystem_MorphOS_create();
#elif defined(_WIN32_WCE)
return OSystem_WINCE3_create();
#elif defined(__GP32__) // ph0x
return OSystem_GP32_create(GFX_NORMAL, true);
return OSystem_GP32_create();
#elif defined(__PALM_OS__) //chrilith
return OSystem_PALMOS_create();
#else