summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-05 18:56:03 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-05 18:56:03 +0000
commit047b37d5f8c3810f8942f5744bb92640fbd4879f (patch)
treee9c782f4c5c38d8d4f1c11716b6eeb61e0ffc0c0 /frontends/amiga/corewindow.h
parent695783e33b9c100b1ce28ef71a59a00f52cc374f (diff)
parent5687f6c27d40ec596b4d64c705d16a97bdb3c893 (diff)
downloadnetsurf-047b37d5f8c3810f8942f5744bb92640fbd4879f.tar.gz
netsurf-047b37d5f8c3810f8942f5744bb92640fbd4879f.tar.bz2
Merge branch 'chris/amiga-corewindow'
Amiga cookie and SSL cert windows now migrated to corewindow
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h
index 8d93882d7..17af2498a 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -54,8 +54,12 @@ struct ami_corewindow {
struct Hook idcmp_hook;
struct timeval lastclick;
+ int mouse_x_click;
+ int mouse_y_click;
int mouse_state;
+ bool close_window; // set to true to close the window during event loop
+
APTR deferred_rects_pool;
struct MinList *deferred_rects;