aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2002-10-14 11:01:35 +0000
committerMax Horn2002-10-14 11:01:35 +0000
commit2d18fc9e053746c78ca15561588b797e8908bde7 (patch)
treefa7666ab137027777d3d20485f6c5a433dce6a95 /common/system.h
parenta16276a796c7c8c15bc3534138284e5202acc717 (diff)
downloadscummvm-rg350-2d18fc9e053746c78ca15561588b797e8908bde7.tar.gz
scummvm-rg350-2d18fc9e053746c78ca15561588b797e8908bde7.tar.bz2
scummvm-rg350-2d18fc9e053746c78ca15561588b797e8908bde7.zip
added new property to system interface, to be used by NewGui
svn-id: r5144
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 4e93350619..6f28d34d13 100644
--- a/common/system.h
+++ b/common/system.h
@@ -69,7 +69,8 @@ public:
PROP_SET_GFX_MODE = 4,
PROP_SHOW_DEFAULT_CURSOR = 5,
PROP_GET_SAMPLE_RATE = 6,
- PROP_GET_FULLSCREEN = 7
+ PROP_GET_FULLSCREEN = 7,
+ PROP_OVERLAY_IS_565 = 8
};
union Property {
const char *caption;