Update of /cvsroot/artoolkit/artoolkit/examples/simpleLite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2027
Modified Files:
simpleLite.c
Log Message:
Grammar.
Index: simpleLite.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleLite/simpleLite.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** simpleLite.c 29 Jul 2005 23:23:08 -0000 1.7
--- simpleLite.c 19 Aug 2005 20:49:37 -0000 1.8
***************
*** 341,345 ****
//
! // The function is called on events when the visibility of the
// GLUT window changes (including when it first becomes visible).
//
--- 341,345 ----
//
! // This function is called on events when the visibility of the
// GLUT window changes (including when it first becomes visible).
//
***************
*** 354,358 ****
//
! // The function is called when the
// GLUT window is resized.
//
--- 354,358 ----
//
! // This function is called when the
// GLUT window is resized.
//
***************
*** 371,375 ****
//
! // The function is called when the window needs redrawing.
//
static void Display(void)
--- 371,375 ----
//
! // This function is called when the window needs redrawing.
//
static void Display(void)
|