summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 66e42482f..723b6950f 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -24,6 +24,9 @@
#include "desktop/browser.h"
#include <dos/dos.h>
#include "desktop/gui.h"
+#ifdef NS_AMIGA_CAIRO
+#include <cairo/cairo.h>
+#endif
enum
{
@@ -121,6 +124,10 @@ struct gui_globals
struct Layer_Info *layerinfo;
APTR areabuf;
APTR tmprasbuf;
+#ifdef NS_AMIGA_CAIRO
+ cairo_surface_t *surface;
+ cairo_t *cr;
+#endif
};
void ami_get_msg(void);