diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 25329b694..e075f0836 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -687,7 +687,7 @@ int Fl_Input::handle(int event) { dnd_save_focus = this; // drag the data: copy(0); - Fl_System_Driver::driver()->dnd(1); + Fl::screen_driver()->dnd(1); return 1; } } |
