summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-10-12 10:26:28 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-10-12 10:26:28 +0100
commitaf2c37167b1caa30f1771a64302767ec54d00f42 (patch)
treeec5294bf72d5924fc73e9705b38aa0dac08af1f3 /amiga/tree.c
parent4cc0d9c233886a419ede7c9791b9ce7252e2dcdb (diff)
downloadnetsurf-af2c37167b1caa30f1771a64302767ec54d00f42.tar.gz
netsurf-af2c37167b1caa30f1771a64302767ec54d00f42.tar.bz2
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.
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c3
1 files changed, 3 insertions, 0 deletions
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);
}