X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_cursor.c;h=ef894051af71eb5e56655f9b3a7eacef8b60adb0;hb=fc3fee8fa830aaba7aaa585cb021d5867c89385d;hp=78841bec1870e37d26b2554d670c5f5086aaf4e1;hpb=d67937396dc33c86017012859b2d9ed010fc6c88;p=freeglut diff --git a/src/freeglut_cursor.c b/src/freeglut_cursor.c index 78841be..ef89405 100644 --- a/src/freeglut_cursor.c +++ b/src/freeglut_cursor.c @@ -257,9 +257,7 @@ void FGAPIENTRY glutWarpPointer( int x, int y ) coords.x = x; coords.y = y; - /* - * ClientToScreen() translates {coords} for us. - */ + /* ClientToScreen() translates {coords} for us. */ ClientToScreen( fgStructure.Window->Window.Handle, &coords ); SetCursorPos( coords.x, coords.y ); }