summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index b1f512e08..466b3c4f0 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -28,7 +28,12 @@
enum
{
- GID_MAIN=0,
+ OID_MAIN = 0,
+ OID_VSCROLL,
+ OID_HSCROLL,
+ OID_MENU,
+ OID_LAST, /* for compatibility */
+ GID_MAIN,
GID_TABLAYOUT,
GID_BROWSER,
GID_STATUS,
@@ -62,16 +67,7 @@ enum
GID_CASE,
GID_TOOLBARLAYOUT,
GID_HSCROLL,
- GID_LAST
-};
-
-enum
-{
- OID_MAIN=0,
- OID_VSCROLL,
- OID_HSCROLL,
- OID_MENU,
- OID_LAST
+ GID_LAST
};
#define AMI_GUI_POINTER_BLANK GUI_POINTER_PROGRESS+1
@@ -84,7 +80,6 @@ struct history_window;
struct gui_window_2 {
struct Window *win;
Object *objects[OID_LAST];
- struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
struct browser_window *bw;
bool redraw_required;