A bit of comment clean-up per e-mail from Diederick Niehorster dated 2/5/12 at 9...
authorJohn F. Fay <johnffay@nettally.com>
Sat, 25 Feb 2012 06:06:52 +0000 (06:06 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sat, 25 Feb 2012 06:06:52 +0000 (06:06 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1080 7f0cb862-5218-0410-a997-914c9d46530a

src/Common/freeglut_init.c
src/Common/freeglut_internal.h
src/Common/freeglut_videoresize.c

index 823fab4..76ec454 100644 (file)
@@ -44,7 +44,7 @@
 /* -- GLOBAL VARIABLES ----------------------------------------------------- */
 
 /*
- * A structure pointed by g_pDisplay holds all information
+ * A structure pointed by fgDisplay holds all information
  * regarding the display, screen, root window etc.
  */
 SFG_Display fgDisplay;
@@ -350,7 +350,7 @@ void FGAPIENTRY glutInit( int* pargc, char** argv )
     fgPlatformInitialize( displayName );
 
     /*
-     * Geometry parsing deffered until here because we may need the screen
+     * Geometry parsing deferred until here because we may need the screen
      * size.
      */
 
index bbd7f62..45db259 100644 (file)
@@ -937,7 +937,6 @@ void fgWarning( const char *fmt, ... );
 
 SFG_Proc fgPlatformGetProcAddress( const char *procName );
 
-/* Window functions needed for Platform implementations */
 /* pushing attribute/value pairs into an array */
 #define ATTRIB(a) attributes[where++]=(a)
 #define ATTRIB_VAL(a,v) {ATTRIB(a); ATTRIB(v);}
index 4d00fb9..c367d92 100644 (file)
@@ -42,9 +42,3 @@ void FGAPIENTRY glutVideoPan( int x, int y, int w, int h )    { /* Not implement
 
 /*** END OF FILE ***/
 
-
-
-
-
-
-