diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 15:47:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 15:47:23 +0000 |
| commit | 24487a719f2fe1b2ebbb1698a8a2009cd7f58777 (patch) | |
| tree | 227f295b04846c3eb1af3e55717618ae03266991 /src/Fl_win32.cxx | |
| parent | 1e060f640870dd1d3157ac70844b8461c955ff97 (diff) | |
Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: make_fullscreen().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11660 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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); } |
