summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 17:09:11 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 17:09:11 +0100
commitea9932dd00cc5384bc9f19d2addf683712983a4f (patch)
tree390a3e195f1166d65903adfbdcfe20e31d8e16e7 /frontends/amiga/gui.h
parent65bf58e4a1999fca0de1279e143f714acc19fe8d (diff)
downloadnetsurf-ea9932dd00cc5384bc9f19d2addf683712983a4f.tar.gz
netsurf-ea9932dd00cc5384bc9f19d2addf683712983a4f.tar.bz2
Handle closing windows and quitting from the menu differently
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 8b0e22386..4272920dc 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -144,6 +144,7 @@ struct gui_window_2 {
gui_pointer_shape mouse_pointer;
struct Menu *imenu; /* Intuition menu */
struct VisualInfo *vi; /* For GadTools menu */
+ bool closed; /* Window has been closed (via menu) */
};
struct gui_window