aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;