summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-05 18:50:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-05 18:50:38 +0000
commite98a05bb087fb5c2c2ee8d94b3011ae8b3aa5c7a (patch)
tree291826f60b171961b5513274c4f6951f211b9f6d /frontends/amiga/corewindow.h
parent6e957396a9bdc78a7d9823aaf76764bbb30c184a (diff)
downloadnetsurf-e98a05bb087fb5c2c2ee8d94b3011ae8b3aa5c7a.tar.gz
netsurf-e98a05bb087fb5c2c2ee8d94b3011ae8b3aa5c7a.tar.bz2
Complete cookie manager corewindow interface
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 2fa4a23bb..17af2498a 100644
--- a/frontends/amiga/corewindow.h
+++ b/frontends/amiga/corewindow.h
@@ -58,6 +58,8 @@ struct ami_corewindow {
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;