diff options
Diffstat (limited to 'src/Fl_Double_Window.cxx')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 2af98b439..0a90be408 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -51,14 +51,14 @@ void Fl_Double_Window::resize(int X,int Y,int W,int H) { int ow = w(); int oh = h(); Fl_Window::resize(X,Y,W,H); - Fl_X *myi = Fl_X::i(this); + Fl_X *myi = Fl_X::flx(this); if (myi && Fl_Window_Driver::driver(this)->other_xid && (ow < w() || oh < h() || is_a_rescale())) Fl_Window_Driver::driver(this)->destroy_double_buffer(); } void Fl_Double_Window::hide() { - Fl_X *myi = Fl_X::i(this); + Fl_X *myi = Fl_X::flx(this); if (myi && Fl_Window_Driver::driver(this)->other_xid) { Fl_Window_Driver::driver(this)->destroy_double_buffer(); } |
