argh! commit 1485 was cut and paste instead of copy paste...

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1487 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-11-23 10:35:24 +00:00
parent 231f05cf2c
commit 809dad066b

View File

@ -177,6 +177,7 @@ int fgPlatformGlutGet ( GLenum eWhat )
RECT winRect;
POINT topLeft = {0,0};
freeglut_return_val_if_fail( fgStructure.CurrentWindow != NULL, 0 );
#if defined(_WIN32_WCE)
GetWindowRect( fgStructure.CurrentWindow->Window.Handle, &winRect);