diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 16:00:30 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 16:00:30 +0000 |
| commit | f29fb8c539a691fb798d2da6ad798c767e1076cd (patch) | |
| tree | 787a35a832f0bfe2abeaff4b53dc2149718eb6c3 /src/Fl_x.cxx | |
| parent | 24487a719f2fe1b2ebbb1698a8a2009cd7f58777 (diff) | |
Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() with the X11 platform.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11661 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index b8c5a2cc2..22caae663 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2824,7 +2824,7 @@ void Fl_X11_Window_Driver::show() { if (pWindow->type() != FL_DOUBLE_WINDOW && can_boxcheat(pWindow->box())) { fl_background_pixel = int(fl_xpixel(pWindow->color())); } - Fl_X::make_xid(pWindow); + makeWindow(); } else { XMapRaised(fl_display, fl_xid(pWindow)); } |
