summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-18 16:11:15 +0000
committerManolo Gouy <Manolo>2016-04-18 16:11:15 +0000
commite790ac96536503c2f89a894f6bda1d5a21fab05d (patch)
treee8193b93e972daa18a9df5f732b6369853719101 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
parent0629b40afd8fc49ef2d9db898d190e3a1a508d8d (diff)
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
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx9
1 files changed, 0 insertions, 9 deletions
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));