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:
parent
231f05cf2c
commit
809dad066b
@ -177,6 +177,7 @@ int fgPlatformGlutGet ( GLenum eWhat )
|
|||||||
RECT winRect;
|
RECT winRect;
|
||||||
POINT topLeft = {0,0};
|
POINT topLeft = {0,0};
|
||||||
|
|
||||||
|
freeglut_return_val_if_fail( fgStructure.CurrentWindow != NULL, 0 );
|
||||||
|
|
||||||
#if defined(_WIN32_WCE)
|
#if defined(_WIN32_WCE)
|
||||||
GetWindowRect( fgStructure.CurrentWindow->Window.Handle, &winRect);
|
GetWindowRect( fgStructure.CurrentWindow->Window.Handle, &winRect);
|
||||||
|
Reference in New Issue
Block a user