From 713d3d365a6b5e4017429ae0151279fb71f89abb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 27 Sep 2008 20:55:11 +0000 Subject: Experimental treeview implementation using listbrowser.gadget. svn path=/trunk/netsurf/; revision=5447 --- amiga/object.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'amiga/object.h') diff --git a/amiga/object.h b/amiga/object.h index ee6b611ba..909edd468 100755 --- a/amiga/object.h +++ b/amiga/object.h @@ -21,11 +21,15 @@ #include -#define AMINS_CALLBACK 0 -#define AMINS_WINDOW 1 -#define AMINS_FRAME 2 -#define AMINS_DLWINDOW 3 -#define AMINS_LOGINWINDOW 3 +enum +{ + AMINS_CALLBACK, + AMINS_WINDOW, + AMINS_FRAME, + AMINS_DLWINDOW, + AMINS_LOGINWINDOW, + AMINS_TVWINDOW +}; struct nsObject { -- cgit v1.2.3