aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2003-09-06 20:21:54 +0000
committerMax Horn2003-09-06 20:21:54 +0000
commit6ac86b97604a6248e2e26d6bed1d046d0ff06709 (patch)
treee6524d9e64ee32825ef2fedc6ea2c5586a88442c /common/system.h
parentbbd23e60ceae570e8bd0f220257a21b01f679355 (diff)
downloadscummvm-rg350-6ac86b97604a6248e2e26d6bed1d046d0ff06709.tar.gz
scummvm-rg350-6ac86b97604a6248e2e26d6bed1d046d0ff06709.tar.bz2
scummvm-rg350-6ac86b97604a6248e2e26d6bed1d046d0ff06709.zip
added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui
svn-id: r10047
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 51fca24f66..623d5a7e40 100644
--- a/common/system.h
+++ b/common/system.h
@@ -59,7 +59,8 @@ public:
EVENT_WHEELUP = 8,
EVENT_WHEELDOWN = 9,
- EVENT_QUIT = 10
+ EVENT_QUIT = 10,
+ EVENT_SCREEN_CHANGED = 11
};
enum {