summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-03 14:01:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-03 14:01:48 +0000
commit43fe4490d3152ccecd7fd8065c09faaa893fb09e (patch)
treeae132631fd16074ade0b9fc8eadee358e2b62c0e /amiga/gui.h
parent97bc1d01894c54e206e2001c26f333cd0c3f6d28 (diff)
downloadnetsurf-43fe4490d3152ccecd7fd8065c09faaa893fb09e.tar.gz
netsurf-43fe4490d3152ccecd7fd8065c09faaa893fb09e.tar.bz2
Defer the redraw of boxes. This fixes a redraw problem with form select menus.
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);