Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl
In directory sc8-pr-cvs1:/tmp/cvs-serv26209/java/org/lwjgl/opengl
Modified Files:
Window.java
Log Message:
renamed updateStatus to update
Index: Window.java
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/Window.java
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/Window.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Window.java 17 Aug 2003 09:27:31 -0000 1.5
+++ Window.java 17 Aug 2003 14:10:51 -0000 1.6
@@ -332,5 +332,5 @@
* Updates the windows internal state. This must be called at least once per video frame
* to handle window close requests, moves, paints, etc.
*/
- public static native void updateState();
+ public static native void update();
}
|