From d577a48bb7cce5f88904e86499906ade86809d8a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Aug 2012 11:28:48 +0100 Subject: Abstract pen obtain/release and structure so we can add these to a physical browser window's list --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') 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 -- cgit v1.2.3