summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 7dd423481..7f4c81d25 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -62,6 +62,8 @@ struct gui_window {
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
struct Hook scrollerhook;
+ bool redraw_required;
+ union content_msg_data *redraw_data;
};
struct gui_window *curwin;