diff options
| author | Manolo Gouy <Manolo> | 2017-06-02 14:04:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-06-02 14:04:31 +0000 |
| commit | 822f14c77a0164c2816e1d2096122e18a7be327f (patch) | |
| tree | 317c7872c456dc1187483de370f18a7c3c55df57 /src/drivers/WinAPI | |
| parent | c6cb25aa1bd10ac339aed67e571b7aba840166f2 (diff) | |
Fix problem introduced at r.12247
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
