From 822f14c77a0164c2816e1d2096122e18a7be327f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 2 Jun 2017 14:04:31 +0000 Subject: Fix problem introduced at r.12247 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H index 361a12d96..2916beb73 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H @@ -42,6 +42,7 @@ protected: BOOL screen_cb(HMONITOR mon, HDC, LPRECT r); public: + Fl_WinAPI_Screen_Driver() : Fl_Screen_Driver() { scale_ = 1; } // --- display management virtual int visual(int flags); // --- screen configuration -- cgit v1.2.3