diff options
author | Max Horn | 2003-06-08 12:11:14 +0000 |
---|---|---|
committer | Max Horn | 2003-06-08 12:11:14 +0000 |
commit | be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201 (patch) | |
tree | 482155e803af627d1d335605c1e93bece8ea541b /common | |
parent | 083f4c48455d2bdeb84877c7f3ce2b0169bff94e (diff) | |
download | scummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.tar.gz scummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.tar.bz2 scummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.zip |
added quit event
svn-id: r8398
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 21cfb29fd2..d8c06d1ef0 100644 --- a/common/system.h +++ b/common/system.h @@ -57,7 +57,9 @@ public: EVENT_RBUTTONDOWN = 6, EVENT_RBUTTONUP = 7, EVENT_WHEELUP = 8, - EVENT_WHEELDOWN = 9 + EVENT_WHEELDOWN = 9, + + EVENT_QUIT = 10 }; enum { |