diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index b4292f8e3..9d4c6e32e 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1842,7 +1842,7 @@ Fl_X* Fl_WinAPI_Window_Driver::makeWindow() { monitor the window was placed on. */ RECT rect; GetWindowRect(x->xid, &rect); - x->make_fullscreen(rect.left, rect.top, + make_fullscreen(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top); } |
