From e3d9c46869e7c52381da03a4b48412ff1c32b574 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 16 Dec 2017 13:29:51 +0000 Subject: Initialize all member variables in the Fl_Window_Driver constructor. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window_Driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx index 11ffb69fe..aeb011d07 100644 --- a/src/Fl_Window_Driver.cxx +++ b/src/Fl_Window_Driver.cxx @@ -30,6 +30,8 @@ Fl_Window_Driver::Fl_Window_Driver(Fl_Window *win) : pWindow(win) { shape_data_ = NULL; + wait_for_expose_value = 1; + other_xid = 0; } -- cgit v1.2.3