summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-18 17:02:44 +0000
committerManolo Gouy <Manolo>2016-04-18 17:02:44 +0000
commitc0f14ca2f00b1ea026298b0efa91c8b6afb13244 (patch)
tree93fefd3de4cc8c73d56e18f2052ded34566dc1c9 /src/Fl_x.cxx
parente790ac96536503c2f89a894f6bda1d5a21fab05d (diff)
Move other_xid member variable from class Fl_X to class F_Window_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11654 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 334e44158..b8c5a2cc2 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -2216,7 +2216,7 @@ void fl_fix_focus(); // in Fl.cxx
Fl_X* Fl_X::set_xid(Fl_Window* win, Window winxid) {
Fl_X *xp = new Fl_X;
xp->xid = winxid;
- xp->other_xid = 0;
+ win->driver()->other_xid = 0;
xp->w = win; win->i = xp;
xp->next = Fl_X::first;
xp->region = 0;