diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index cf9bcb4a7..f752b2b68 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -34,6 +34,7 @@ #include <FL/Fl.H> #include <FL/x.H> #include <FL/Fl_Window.H> +#include <FL/Fl_System_Driver.H> #include <FL/Fl_Input.H> #include <FL/fl_draw.H> #include <FL/fl_ask.H> @@ -687,11 +688,7 @@ int Fl_Input::handle(int event) { dnd_save_focus = this; // drag the data: copy(0); -#ifdef __APPLE__ // PORTME: dnd - Fl_X::dnd(1); -#else - Fl::dnd(); -#endif + Fl_System_Driver::driver()->dnd(1); return 1; } } |
