git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1080
7f0cb862-5218-0410-a997-
914c9d46530a
/* -- 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;
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.
*/
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);}
/*** END OF FILE ***/
-
-
-
-
-
-