projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f2114
)
cosmetics in one demo
author
Diederick Niehorster
<dcnieho@gmail.com>
Mon, 19 Nov 2012 13:32:44 +0000
(13:32 +0000)
committer
Diederick Niehorster
<dcnieho@gmail.com>
Mon, 19 Nov 2012 13:32:44 +0000
(13:32 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1448
7f0cb862
-5218-0410-a997-
914c9d46530a
progs/demos/One/one.c
patch
|
blob
|
history
diff --git
a/progs/demos/One/one.c
b/progs/demos/One/one.c
index
464c2bf
..
e14b083
100644
(file)
--- a/
progs/demos/One/one.c
+++ b/
progs/demos/One/one.c
@@
-118,8
+118,8
@@
void SampleDisplay( void )
else if (win==g_sw2)
{
/*
- * Clear the screen
- */
+ * Clear the screen
+ */
glClearColor(0.3f,0.3f,0.3f,1);
glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT );
glutPostWindowRedisplay(g_mainwin);
@@
-399,4
+399,4
@@
int main( int argc, char** argv )
return EXIT_SUCCESS;
}
-/*** END OF FILE ***/
\ No newline at end of file
+/*** END OF FILE ***/