diff options
author | Max Horn | 2005-04-09 13:31:47 +0000 |
---|---|---|
committer | Max Horn | 2005-04-09 13:31:47 +0000 |
commit | 3aba4997f4132846072a4fa395218c8723be165e (patch) | |
tree | 7103c4ae865edab913dae5e21ec0f64b1b252013 /backends/PalmOS | |
parent | 37c0af9a2d9a1814cfaa9f1f3468c4f70e1c09d6 (diff) | |
download | scummvm-rg350-3aba4997f4132846072a4fa395218c8723be165e.tar.gz scummvm-rg350-3aba4997f4132846072a4fa395218c8723be165e.tar.bz2 scummvm-rg350-3aba4997f4132846072a4fa395218c8723be165e.zip |
Moved the GFX_ constants to sdl-common.h, where they belong.
svn-id: r17479
Diffstat (limited to 'backends/PalmOS')
-rw-r--r-- | backends/PalmOS/Src/palm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/palm.h b/backends/PalmOS/Src/palm.h index a46ea7e318..6735c50973 100644 --- a/backends/PalmOS/Src/palm.h +++ b/backends/PalmOS/Src/palm.h @@ -57,6 +57,7 @@ enum { // gfx modes enum { + GFX_NORMAL = 0, GFX_FLIPPING = 100, // Palmos GFX_BUFFERED = 101, // Palmos GFX_WIDE = 102 // palmos |