diff options
author | Max Horn | 2002-10-14 11:01:35 +0000 |
---|---|---|
committer | Max Horn | 2002-10-14 11:01:35 +0000 |
commit | 2d18fc9e053746c78ca15561588b797e8908bde7 (patch) | |
tree | fa7666ab137027777d3d20485f6c5a433dce6a95 | |
parent | a16276a796c7c8c15bc3534138284e5202acc717 (diff) | |
download | scummvm-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
-rw-r--r-- | common/system.h | 3 |
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; |