summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-18 12:48:40 +0000
committerManolo Gouy <Manolo>2016-04-18 12:48:40 +0000
commitcb95d4006797a595cbdafd4f9255f76120aaeb47 (patch)
tree50199802bb99e3d9c8e994193e8d69736b965785 /src/Fl_win32.cxx
parent3df26257d09f87ab5e6224f813b5d15325ce219c (diff)
Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11649 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 f9b48b78a..721f66e31 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -1797,7 +1797,7 @@ Fl_X* Fl_X::make(Fl_Window* w) {
Fl_X *x = new Fl_X;
x->other_xid = 0;
- x->setwindow(w);
+ x->w = w; w->i = x;
x->region = 0;
x->private_dc = 0;
x->cursor = LoadCursor(NULL, IDC_ARROW);