Update of /cvsroot/java-game-lib/LWJGL/src/native/common
In directory sc8-pr-cvs1:/tmp/cvs-serv9826/common
Modified Files:
extgl.c
Log Message:
More verbose output from extgl.c
Index: extgl.c
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/extgl.c
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extgl.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- extgl.c 7 Sep 2003 16:11:15 -0000 1.20
+++ extgl.c 21 Sep 2003 07:43:02 -0000 1.21
@@ -5,13 +5,13 @@
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- * The name of the author may be used to endorse or promote products
- derived from this software without specific prior written permission.
+ * Redistributions of source code must retain the above copyright notice,
[...2714 lines suppressed...]
+ }
- // open gl framework initialized just fine
- //
- return 0;
+ // open gl framework initialized just fine
+ //
+ return 0;
}
#endif /* _AGL */
@@ -3443,7 +3452,7 @@
FreeLibrary(lib_glu_handle);
#endif
#ifdef _AGL
- aglDellocEntryPoints();
+ aglDellocEntryPoints();
#endif
}
|