summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-03 00:24:04 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-03 00:24:04 +0100
commit944248ce3205881df9268d2c3f9f0cb52fc2f075 (patch)
treeea06263d09b12229020d3384b5416d9c20f3952f /amiga/gui.h
parent52d182e71e3098148b98e7ae24b7740305960634 (diff)
downloadnetsurf-944248ce3205881df9268d2c3f9f0cb52fc2f075.tar.gz
netsurf-944248ce3205881df9268d2c3f9f0cb52fc2f075.tar.bz2
Rough outline for Intuition-based context menu
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index adad63d4f..7ac140b19 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008-2014 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008-2015 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -18,15 +18,16 @@
#ifndef AMIGA_GUI_H
#define AMIGA_GUI_H
-
+#include <stdbool.h>
#include <graphics/rastport.h>
-#include "amiga/object.h"
#include <intuition/classusr.h>
#include <dos/dos.h>
#include <devices/inputevent.h>
+#include "amiga/menu.h"
+#include "amiga/object.h"
#include "amiga/os3support.h"
#include "amiga/plotters.h"
-#include "amiga/menu.h"
+#include "desktop/gui_window.h"
#ifdef __amigaos4__
#define HOOKF(ret,func,type,ptr,msgtype) static ret func(struct Hook *hook, type ptr, msgtype msg)