summaryrefslogtreecommitdiff
path: root/atari/gui.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-04-10 23:12:49 +0000
committerOle Loots <ole@monochrom.net>2012-04-10 23:12:49 +0000
commit56ec72f04406ceca971eed009bf20a2e3a075a5b (patch)
treea1fe451596346ac6e130b9ec94b7365815906026 /atari/gui.h
parent786be41d01b1a2940aae1012dd9db128acee594d (diff)
downloadnetsurf-56ec72f04406ceca971eed009bf20a2e3a075a5b.tar.gz
netsurf-56ec72f04406ceca971eed009bf20a2e3a075a5b.tar.bz2
Init toolbar.
svn path=/trunk/netsurf/; revision=13849
Diffstat (limited to 'atari/gui.h')
-rwxr-xr-xatari/gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/gui.h b/atari/gui.h
index ee84d9215..68f45ec9d 100755
--- a/atari/gui.h
+++ b/atari/gui.h
@@ -76,9 +76,9 @@ struct s_focus_info
#define CDT_OWNER 0x03UL
#define CDT_ICON 0x04UL
#define CDT_ICON_TYPE 0x05UL
-#define CDT_ICON_TYPE_NONE 0x00UL
-#define CDT_ICON_TYPE_OBJECT 0x01UL
-#define CDT_ICON_TYPE_BITMAP 0x02UL
+# define CDT_ICON_TYPE_NONE 0x00UL
+# define CDT_ICON_TYPE_OBJECT 0x01UL
+# define CDT_ICON_TYPE_BITMAP 0x02UL
struct gui_window;