summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 11:28:48 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 11:28:48 +0100
commitd577a48bb7cce5f88904e86499906ade86809d8a (patch)
tree577bf9093d802823541c0830b242eefbd60cd3a1 /amiga/gui.h
parent337b0f6724144800b9d226e1f949642ec200b511 (diff)
downloadnetsurf-d577a48bb7cce5f88904e86499906ade86809d8a.tar.gz
netsurf-d577a48bb7cce5f88904e86499906ade86809d8a.tar.bz2
Abstract pen obtain/release and structure so we can add these to a physical browser window's list
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 01588c790..013be50c0 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -112,6 +112,7 @@ struct gui_window_2 {
gui_drag_type drag_op;
struct IBox *ptr_lock;
struct AppWindow *appwin;
+ struct MinList shared_pens;
};
struct gui_window