summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-06 00:21:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-06 00:21:15 +0000
commitcc321d5f63a526aab5a93bc3269736ac14bd92f7 (patch)
treec5ce03447b18e6baea21d7dae155366dc9da67e0 /amiga/gui.h
parent3dff750ae22185c2ee7bb6f5bc7e06d84267b9b9 (diff)
downloadnetsurf-cc321d5f63a526aab5a93bc3269736ac14bd92f7.tar.gz
netsurf-cc321d5f63a526aab5a93bc3269736ac14bd92f7.tar.bz2
Track the mouse pointer on a per-window basis
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 1dff5d3c0..ff467977a 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -120,6 +120,7 @@ struct gui_window_2 {
struct IBox *ptr_lock;
struct AppWindow *appwin;
struct MinList shared_pens;
+ gui_pointer_shape mouse_pointer;
};
struct gui_window