summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-29 21:41:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-29 21:41:25 +0000
commit0522be76abc8f189b298b3ce01969fcbf05b8764 (patch)
treed75bfc582ccda46f0ef45087cce1e567ba52ef75 /amiga/theme.c
parent95a6de5f7ec07fd9fe11c1bd877dbd84353705bc (diff)
downloadnetsurf-0522be76abc8f189b298b3ce01969fcbf05b8764.tar.gz
netsurf-0522be76abc8f189b298b3ce01969fcbf05b8764.tar.bz2
Add option to control whether drags have icons or just a pointer change.
svn path=/trunk/netsurf/; revision=10672
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index afef14887..3ac37c12d 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -191,7 +191,7 @@ void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape)
void ami_update_pointer(struct Window *win, gui_pointer_shape shape)
{
if(mouseptrcurrent == shape) return;
- if(drag_save) return;
+ if(drag_save_data) return;
if(option_use_os_pointers)
{