aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorChris Apers2003-08-16 10:16:07 +0000
committerChris Apers2003-08-16 10:16:07 +0000
commit806ff4acb3755df6cc01a7bb700fdf88fec9cd93 (patch)
tree3330c4c3c9dbca9fc168bdcf0d10df78af978097 /backends
parent121b00a6f718f4b691c77708120083da2fedd018 (diff)
downloadscummvm-rg350-806ff4acb3755df6cc01a7bb700fdf88fec9cd93.tar.gz
scummvm-rg350-806ff4acb3755df6cc01a7bb700fdf88fec9cd93.tar.bz2
scummvm-rg350-806ff4acb3755df6cc01a7bb700fdf88fec9cd93.zip
Added fullscreen support to palmos
svn-id: r9721
Diffstat (limited to 'backends')
-rw-r--r--backends/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 1b4dae170f..7b06adfe69 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -35,7 +35,7 @@ extern OSystem *OSystem_WINCE3_create();
extern OSystem *OSystem_X11_create();
extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x
-extern OSystem *OSystem_PALMOS_create(int gfx_mode);
+extern OSystem *OSystem_PALMOS_create(int gfx_mode, bool full_screen);
#ifdef _WIN32_WCE