From af2c37167b1caa30f1771a64302767ec54d00f42 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 12 Oct 2013 10:26:28 +0100 Subject: application.library fix for new SDK. Note that: * application.library functionality will no longer be available on OS4.0, however that only extends to the Docky icon as notifications weren't supported anyway. * CI builds may crash until the toolchain is updated. --- amiga/tree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga/tree.c') diff --git a/amiga/tree.c b/amiga/tree.c index 80d05a68f..5ef3a20d6 100644 --- a/amiga/tree.c +++ b/amiga/tree.c @@ -1309,6 +1309,9 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data) atrr_data->height = height; atrr_data->twin = (struct treeview_window *)data; + /**TODO: Queue these requests properly like the main browser code does + **/ + schedule(0, ami_tree_redraw_req, atrr_data); } -- cgit v1.2.3