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 60ea7d900..2fd0f0277 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -141,6 +141,8 @@ struct gui_window
hlcache_handle *favicon;
bool throbbing;
char *tabtitle;
+ bool deferred;
+ struct MinList *deferred_rects;
};
void ami_get_msg(void);