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:
parent
e3d9c46869
commit
31f16205cb
@ -30,7 +30,7 @@ Fl_Window_Driver::Fl_Window_Driver(Fl_Window *win) :
|
|||||||
pWindow(win)
|
pWindow(win)
|
||||||
{
|
{
|
||||||
shape_data_ = NULL;
|
shape_data_ = NULL;
|
||||||
wait_for_expose_value = 1;
|
wait_for_expose_value = 0;
|
||||||
other_xid = 0;
|
other_xid = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user