Fl_Window_Driver constructor: initialise wait_for_expose_value to 0.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-12-17 06:47:37 +00:00
parent e3d9c46869
commit 31f16205cb

View File

@ -30,7 +30,7 @@ Fl_Window_Driver::Fl_Window_Driver(Fl_Window *win) :
pWindow(win)
{
shape_data_ = NULL;
wait_for_expose_value = 1;
wait_for_expose_value = 0;
other_xid = 0;
}