small simplification
authorDiederick Niehorster <dcnieho@gmail.com>
Sat, 18 Oct 2014 16:22:39 +0000 (16:22 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Sat, 18 Oct 2014 16:22:39 +0000 (16:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1720 7f0cb862-5218-0410-a997-914c9d46530a

src/mswin/fg_main_mswin.c

index f528dd1..54ec12c 100644 (file)
@@ -1640,8 +1640,7 @@ void fgPlatformPosResZordWork(SFG_Window* window, unsigned int workMask)
             /* For fullscreen mode, find the monitor that is covered the most
                 * by the window and get its rect as the resize target.
                    */
-            GetWindowRect(window->Window.Handle, &rect);
-            hMonitor= MonitorFromRect(&rect, MONITOR_DEFAULTTONEAREST);
+            hMonitor= MonitorFromWindow(window->Window.Handle, MONITOR_DEFAULTTONEAREST);
             mi.cbSize = sizeof(mi);
             GetMonitorInfo(hMonitor, &mi);
             rect = mi.rcMonitor;