aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorJames Brown2002-03-08 08:42:11 +0000
committerJames Brown2002-03-08 08:42:11 +0000
commitc161197117e3212e146083086f6f0ee581062789 (patch)
treed010a59c776f126613e110bbf80d4e64c55143ab /gui.h
parent41d1864add8dd9fe227963b812c59edb83a74138 (diff)
downloadscummvm-rg350-c161197117e3212e146083086f6f0ee581062789.tar.gz
scummvm-rg350-c161197117e3212e146083086f6f0ee581062789.tar.bz2
scummvm-rg350-c161197117e3212e146083086f6f0ee581062789.zip
Yet more cleanups. Remove 'index' (reserved keyword), and remove 'res' shadowing.
svn-id: r3685
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index e4d1d63bd2..f49e828244 100644
--- a/gui.h
+++ b/gui.h
@@ -5,7 +5,7 @@ enum {
GUI_NONE = 0,
GUI_TEXT = 1,
GUI_IMAGE = 2,
- GUI_STAT = 3,
+ GUI_STAT = 3
};
enum {
@@ -14,7 +14,7 @@ enum {
GWF_PARENT = 4,
GWF_DELAY = 8,
GWF_DEFAULT = GWF_BORDER|GWF_CLEARBG,
- GWF_BUTTON = GWF_BORDER|GWF_CLEARBG|GWF_DELAY,
+ GWF_BUTTON = GWF_BORDER|GWF_CLEARBG|GWF_DELAY
};