diff options
| author | Manolo Gouy <Manolo> | 2016-03-31 19:55:03 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-31 19:55:03 +0000 |
| commit | 519673a7761f0e43d926ea5dac43cda305fb089e (patch) | |
| tree | e3d18b6b7916a09c9a224cfea9694641d68cabfe /src/fl_dnd_x.cxx | |
| parent | 5d12ea5ab12d3b911777bb8cbdeb70c3d183267c (diff) | |
Move dnd and character-composition related functions from Fl_System_Driver to Fl_Screen_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11489 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_dnd_x.cxx')
| -rw-r--r-- | src/fl_dnd_x.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_dnd_x.cxx b/src/fl_dnd_x.cxx index da33e0ecc..3772b8439 100644 --- a/src/fl_dnd_x.cxx +++ b/src/fl_dnd_x.cxx @@ -20,7 +20,7 @@ #include <FL/Fl_Window.H> #include <FL/x.H> #include "flstring.h" -#include "drivers/Posix/Fl_Posix_System_Driver.H" +#include "drivers/X11/Fl_X11_Screen_Driver.H" extern Atom fl_XdndAware; @@ -80,7 +80,7 @@ static int local_handle(int event, Fl_Window* window) { return ret; } -int Fl_Posix_System_Driver::dnd(int unused) { +int Fl_X11_Screen_Driver::dnd(int unused) { Fl_Window *source_fl_win = Fl::first_window(); Fl::first_window()->cursor(FL_CURSOR_MOVE); Window source_window = fl_xid(Fl::first_window()); |
