projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9dbab
)
Fixing confusion over the name of "fgPlatformGetGLUTProcAddress"
author
John F. Fay
<johnffay@nettally.com>
Mon, 6 Feb 2012 02:26:18 +0000
(
02:26
+0000)
committer
John F. Fay
<johnffay@nettally.com>
Mon, 6 Feb 2012 02:26:18 +0000
(
02:26
+0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1073
7f0cb862
-5218-0410-a997-
914c9d46530a
src/x11/freeglut_ext_x11.c
patch
|
blob
|
history
diff --git
a/src/x11/freeglut_ext_x11.c
b/src/x11/freeglut_ext_x11.c
index
b4c9032
..
a5b30b0
100644
(file)
--- a/
src/x11/freeglut_ext_x11.c
+++ b/
src/x11/freeglut_ext_x11.c
@@
-30,7
+30,7
@@
#include <GL/freeglut.h>
\r
#include "../Common/freeglut_internal.h"
\r
\r
-GLUTproc fgPlatformGlutGetProcAddress( const char* procName )
\r
+GLUTproc fgPlatformGetGLUTProcAddress( const char* procName )
\r
{
\r
/* optimization: quick initial check */
\r
if( strncmp( procName, "glut", 4 ) != 0 )
\r