diff options
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 3a3966132..3f62f01ea 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -50,7 +50,7 @@ void Fl_Window::_Fl_Window() { } else { labeltype(FL_NO_LABEL); } - i = 0; + flx_ = 0; xclass_ = 0; iconlabel_ = 0; resizable(0); @@ -482,8 +482,8 @@ void Fl_Window::flush() { if (!shown()) return; make_current(); - fl_clip_region(i->region); - i->region = 0; + fl_clip_region(flx_->region); + flx_->region = 0; draw(); } |
