summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_win32.cxx')
-rw-r--r--src/Fl_win32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index fd79cc437..535656d69 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -1796,7 +1796,7 @@ Fl_X* Fl_X::make(Fl_Window* w) {
}
Fl_X *x = new Fl_X;
- x->other_xid = 0;
+ w->driver()->other_xid = 0;
x->w = w; w->i = x;
x->region = 0;
x->private_dc = 0;