summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-06 11:42:19 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-01-06 11:42:19 +0000
commita6c6d476e2a80d3187101cee82cb792ecd940ce6 (patch)
treee583b1aa776a79583f4f275865f354030e5b05d9
parent4011cc8671bc6eced8edd571fba66a123bc910a3 (diff)
downloadnetsurf-a6c6d476e2a80d3187101cee82cb792ecd940ce6.tar.gz
netsurf-a6c6d476e2a80d3187101cee82cb792ecd940ce6.tar.bz2
Set the default pointer, not the busy pointer, after completing a redraw
-rwxr-xr-xamiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 9f53d4be8..b19cd203e 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1286,6 +1286,6 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data)
}
}
- ami_update_pointer(twin->win, GUI_POINTER_WAIT);
+ ami_update_pointer(twin->win, GUI_POINTER_DEFAULT);
glob = &browserglob;
}