|
From: <eli...@us...> - 2006-07-14 10:39:00
|
Revision: 2510 Author: elias_naur Date: 2006-07-14 03:38:31 -0700 (Fri, 14 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2510&view=rev Log Message: ----------- Windows: Fixed setCursorPosition. Modified Paths: -------------- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Display.c Modified: trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Display.c =================================================================== --- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Display.c 2006-07-14 08:32:01 UTC (rev 2509) +++ trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Display.c 2006-07-14 10:38:31 UTC (rev 2510) @@ -468,7 +468,7 @@ return -1; } -JNIEXPORT void JNICALL Java_org_lwjgl_opengl_WindowsDisplay_setCursorPosition +JNIEXPORT void JNICALL Java_org_lwjgl_opengl_WindowsDisplay_nSetCursorPosition (JNIEnv * env, jclass unused, jint x, jint y, jboolean fullscreen) { DWORD windowflags, exstyle; int transformed_x, transformed_y; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |