From 31f16205cb31d724ee93444f5b9b17e7fa3ae3b1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 17 Dec 2017 06:47:37 +0000 Subject: [PATCH] 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 --- src/Fl_Window_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index aeb011d07..0e16aa88b 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -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; }