projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5fa249
)
Corrected phrasing in docs and unneeded \ in code
author
Rcmaniac25
<rcmaniac25@hotmail.com>
Fri, 30 Jun 2017 23:22:52 +0000
(23:22 +0000)
committer
Diederick Niehorster
<dcnieho@gmail.com>
Fri, 30 Jun 2017 23:22:52 +0000
(23:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1824
7f0cb862
-5218-0410-a997-
914c9d46530a
src/fg_internal.h
patch
|
blob
|
history
diff --git
a/src/fg_internal.h
b/src/fg_internal.h
index
a61b121
..
a95027b
100644
(file)
--- a/
src/fg_internal.h
+++ b/
src/fg_internal.h
@@
-291,7
+291,7
@@
typedef void (* FGCBAppStatus )( int );
typedef void (* FGCBAppStatusUC )( int, FGCBUserData );
/* The global callbacks type definitions */
-typedef void (* FGCBIdle )( void ); \
+typedef void (* FGCBIdle )( void );
typedef void (* FGCBIdleUC )( FGCBUserData );
typedef void (* FGCBTimer )( int );
typedef void (* FGCBTimerUC )( int, FGCBUserData );