Skip to content

Commit

Permalink
Fix problem introduced at r.12247
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jun 2, 2017
1 parent c6cb25a commit 822f14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
Expand Up @@ -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
Expand Down

0 comments on commit 822f14c

Please sign in to comment.