summaryrefslogtreecommitdiff
path: root/amiga/theme.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-13 14:51:27 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-13 14:51:27 +0000
commite82d83f1847ebc369a5f48a18217a8f5fecf3824 (patch)
tree2319e225f0c1cb9fec95d184e84d71b0eed93858 /amiga/theme.h
parentd70e371cd99d35859b0514884163447fa793738a (diff)
downloadnetsurf-e82d83f1847ebc369a5f48a18217a8f5fecf3824.tar.gz
netsurf-e82d83f1847ebc369a5f48a18217a8f5fecf3824.tar.bz2
move four more optional window operations to table
Diffstat (limited to 'amiga/theme.h')
-rw-r--r--amiga/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.h b/amiga/theme.h
index b47c015e1..e81db33dd 100644
--- a/amiga/theme.h
+++ b/amiga/theme.h
@@ -44,6 +44,6 @@ void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
void gui_window_start_throbber(struct gui_window *g);
void gui_window_stop_throbber(struct gui_window *g);
-
+void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape);
#endif