summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 23:57:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 23:57:35 +0000
commitdab118b6f7e9a22ed01413a2ce2fd60e4c4df97b (patch)
treed884c0aa457de863d821f69033b6a1ce52c44cf3 /frontends/amiga/gui.h
parent3227ed655609e731f3d216706c524028f566f114 (diff)
downloadnetsurf-dab118b6f7e9a22ed01413a2ce2fd60e4c4df97b.tar.gz
netsurf-dab118b6f7e9a22ed01413a2ce2fd60e4c4df97b.tar.bz2
Amga core window redraw
This almost certainly will not work properly
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index f9e62c5d3..4c3e586d7 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -287,5 +287,12 @@ void ami_gui_win_list_remove(void *win);
* Get which qualifier keys are being pressed
*/
int ami_gui_get_quals(Object *win_obj);
+
+/**
+ * Check rect is not already queued for redraw
+ */
+bool ami_gui_window_update_box_deferred_check(struct MinList *deferred_rects,
+ const struct rect *restrict new_rect, APTR mempool);
+
#endif