summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-03 20:01:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-03 20:01:58 +0000
commitd6f6326ce9b6e60fcf9865e726b718ccfbbbea65 (patch)
treed58c0a9c8b9baf397c685c6a3f127096b725ad5a /frontends/amiga/corewindow.h
parent26b98ac51b2f5a7c3d35050fcf79f521bfdb05f8 (diff)
downloadnetsurf-d6f6326ce9b6e60fcf9865e726b718ccfbbbea65.tar.gz
netsurf-d6f6326ce9b6e60fcf9865e726b718ccfbbbea65.tar.bz2
it's not a double-click if the mouse has moved
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h
index 8d93882d7..2fa4a23bb 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -54,6 +54,8 @@ struct ami_corewindow {
struct Hook idcmp_hook;
struct timeval lastclick;
+ int mouse_x_click;
+ int mouse_y_click;
int mouse_state;
APTR deferred_rects_pool;