summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
commitfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (patch)
treecc0a37a6896571422feb2a273d4dfbbbdefe6488 /frontends/amiga/theme.h
parent148748b82c29160224486af7eed0d62f37031cb6 (diff)
downloadnetsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.gz
netsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.bz2
reduce core header usage
Diffstat (limited to 'frontends/amiga/theme.h')
-rw-r--r--frontends/amiga/theme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/amiga/theme.h b/frontends/amiga/theme.h
index f295efee1..34a8dd5c3 100644
--- a/frontends/amiga/theme.h
+++ b/frontends/amiga/theme.h
@@ -19,6 +19,11 @@
#ifndef AMIGA_THEME_H
#define AMIGA_THEME_H
+#include "netsurf/mouse.h"
+
+struct gui_window_2;
+struct gui_window;
+
#define AMI_GUI_POINTER_BLANK GUI_POINTER_PROGRESS+1
#define AMI_GUI_POINTER_DRAG GUI_POINTER_PROGRESS+2
#define AMI_LASTPOINTER AMI_GUI_POINTER_DRAG