From cff4e1d49fd919dc8e0554beea930b02a7fcad90 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 21 May 2004 20:43:07 +0000 Subject: Tweaks (Morphos & Palm backends badly need updating :-/) svn-id: r13848 --- backends/PalmOS/Src/palm.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'backends/PalmOS/Src/palm.cpp') diff --git a/backends/PalmOS/Src/palm.cpp b/backends/PalmOS/Src/palm.cpp index 0b7eceb8e6..7f2de9fd3e 100644 --- a/backends/PalmOS/Src/palm.cpp +++ b/backends/PalmOS/Src/palm.cpp @@ -47,6 +47,13 @@ //#define SND_BLOCK (8192) #define SND_BLOCK (3072) +enum { + GFX_FLIPPING = 100, // Palmos + GFX_BUFFERED = 101, // Palmos + GFX_WIDE = 102 // palmos +}; + + OSystem *OSystem_PALMOS_create(int gfx_mode) { return OSystem_PALMOS::create(gfx_mode); } -- cgit v1.2.3