summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 17:26:55 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 17:26:55 +0000
commit3227ed655609e731f3d216706c524028f566f114 (patch)
treee4e81615146303e5111144338b66a53f1a72f2a7 /frontends/amiga/corewindow.h
parenteb1f39fe7d80893b1f7c804eb48ec61e89f17d78 (diff)
downloadnetsurf-3227ed655609e731f3d216706c524028f566f114.tar.gz
netsurf-3227ed655609e731f3d216706c524028f566f114.tar.bz2
handle core window mouse buttons
todo: support drags
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h
index fae5658d3..3659a6a4a 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -51,6 +51,9 @@ struct ami_corewindow {
struct Hook idcmp_hook;
struct timeval lastclick;
+
+ int mouse_x;
+ int mouse_y;
int mouse_state;
/** stuff for our off-screen render bitmap */