aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/be_zodiac.h
diff options
context:
space:
mode:
authorChris Apers2005-11-05 10:19:28 +0000
committerChris Apers2005-11-05 10:19:28 +0000
commite8057ee9dfe7bcc2166992b8568dc7fc938b5ea0 (patch)
tree50846dd39c2afb572905fbe8c6c77acaf225fc8d /backends/PalmOS/Src/be_zodiac.h
parent1c65e2e4579bba172d8e8dc20ed3b70a52b97ed3 (diff)
downloadscummvm-rg350-e8057ee9dfe7bcc2166992b8568dc7fc938b5ea0.tar.gz
scummvm-rg350-e8057ee9dfe7bcc2166992b8568dc7fc938b5ea0.tar.bz2
scummvm-rg350-e8057ee9dfe7bcc2166992b8568dc7fc938b5ea0.zip
- Added constructor
- Don't make normal stretch mode full screen so that key state can be displayed svn-id: r19436
Diffstat (limited to 'backends/PalmOS/Src/be_zodiac.h')
-rwxr-xr-xbackends/PalmOS/Src/be_zodiac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/be_zodiac.h b/backends/PalmOS/Src/be_zodiac.h
index 68334cef4b..4e122d5871 100755
--- a/backends/PalmOS/Src/be_zodiac.h
+++ b/backends/PalmOS/Src/be_zodiac.h
@@ -27,6 +27,8 @@
#include "be_os5.h"
#include <tapwave.h>
+#define MIN_OFFSET 20
+
class OSystem_PalmZodiac : public OSystem_PalmOS5 {
private:
enum {
@@ -68,9 +70,12 @@ private:
void draw_osd(UInt16 id, Int32 x, Int32 y, Boolean show, UInt8 color = 0);
public:
+ OSystem_PalmZodiac();
+
static OSystem *create();
void setFeatureState(Feature f, bool enable);
+ int getDefaultGraphicsMode() const;
void updateScreen();
bool grabRawScreen(Graphics::Surface *surf);