From a4ed8bf4c9900e0361636dd95a98cf26a54a2e8a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 1 Jun 2016 18:48:37 +0100 Subject: Make more drag-related global variables private --- frontends/amiga/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/theme.c') diff --git a/frontends/amiga/theme.c b/frontends/amiga/theme.c index f0fa31db8..40a9503c8 100644 --- a/frontends/amiga/theme.c +++ b/frontends/amiga/theme.c @@ -221,7 +221,7 @@ void ami_reset_pointer(struct gui_window_2 *gwin) void ami_update_pointer(struct Window *win, gui_pointer_shape shape) { - if(drag_save_data) return; + if(ami_drag_has_data()) return; /**\todo check this shouldn't be drag_in_progress */ if(LIB_IS_AT_LEAST((struct Library *)IntuitionBase, 53, 42)) { #ifdef __amigaos4__ -- cgit v1.2.3