projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c34bd
)
Minor spacing quibble.
author
Richard Rauch
<rkr@olib.org>
Fri, 14 Nov 2003 14:39:20 +0000
(14:39 +0000)
committer
Richard Rauch
<rkr@olib.org>
Fri, 14 Nov 2003 14:39:20 +0000
(14:39 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@343
7f0cb862
-5218-0410-a997-
914c9d46530a
src/freeglut_display.c
patch
|
blob
|
history
diff --git
a/src/freeglut_display.c
b/src/freeglut_display.c
index
a2168a3
..
059aa07
100644
(file)
--- a/
src/freeglut_display.c
+++ b/
src/freeglut_display.c
@@
-53,8
+53,8
@@
void FGAPIENTRY glutSwapBuffers( void )
freeglut_assert_ready;
freeglut_assert_window;
- glFlush();
- if ( ! fgStructure.Window->Window.DoubleBuffered )
+ glFlush( );
+ if( ! fgStructure.Window->Window.DoubleBuffered )
return;
#if TARGET_HOST_UNIX_X11