From d2334f610eec4475d975d68df2544a2715ed4497 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 30 Nov 2010 14:06:15 +0000 Subject: Fixes STR #2461. Also, the drag'n-drop X11 cursor has been set to FL_CURSOR_MOVE. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7923 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Input.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Fl_Input.cxx') diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 081ddaf1b..0a94c872c 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -626,6 +626,9 @@ int Fl_Input::handle(int event) { Fl::focus(dnd_save_focus); handle(FL_UNFOCUS); } +#if !(defined(__APPLE__) || defined(WIN32)) + Fl::first_window()->cursor(FL_CURSOR_MOVE); +#endif return 1; case FL_DND_RELEASE: -- cgit v1.2.3