From e790ac96536503c2f89a894f6bda1d5a21fab05d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 18 Apr 2016 16:11:15 +0000 Subject: Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11653 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx index a7b068e69..366a4c6ef 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx @@ -360,15 +360,6 @@ void Fl_WinAPI_Window_Driver::free_icons() { } -void Fl_WinAPI_Window_Driver::wait_for_expose() { - if (!shown()) return; - Fl_X *i = Fl_X::i(pWindow); - while (!i || i->wait_for_expose) { - Fl::wait(); - } -} - - void Fl_WinAPI_Window_Driver::make_current() { fl_GetDC(fl_xid(pWindow)); -- cgit v1.2.3