diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-19 22:43:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-19 22:43:40 +0000 |
| commit | 093c0c7f738dd3dd9b73ea81e488e8aab0a6fa60 (patch) | |
| tree | c997e9685d5a71481170a96033122ea3daea72ee /src/Fl_x.cxx | |
| parent | 399501783ccd867559c954d91a00f7d5d7ec4cb8 (diff) | |
Fixes for X11
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11197 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index bffb343d1..ddcb569e7 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -36,7 +36,7 @@ class Fl_Widget *fl_selection_requestor; # include <config.h> # include <FL/Fl.H> -# include <FL/x.H> +# include <FL/Fl_Window_Driver.H> # include <FL/Fl_Window.H> # include <FL/fl_utf8.h> # include <FL/Fl_Tooltip.H> @@ -2285,7 +2285,7 @@ void Fl_Window::fullscreen_off_x(int X, int Y, int W, int H) { void fl_fix_focus(); // in Fl.cxx Fl_X* Fl_X::set_xid(Fl_Window* win, Window winxid) { - Fl_Window_Driver *x = Fl_Window_Driver::newWindowDriver(win); + Fl_Window_Driver *xp = Fl_Window_Driver::newWindowDriver(win); xp->xid = winxid; xp->other_xid = 0; xp->setwindow(win); |
