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/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.c') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 9490ab19b..d7178bcdb 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -2169,7 +2169,7 @@ static void ami_handle_msg(void) #endif } - if(drag_save_data && !gwin->mouse_state) + if(ami_drag_has_data() && !gwin->mouse_state) ami_drag_save(gwin->win); break; -- cgit v1.2.3