Rationalizing the names of the platform-specific functions so that they begin with...
[freeglut] / src / mswin / freeglut_menu_mswin.c
index 5d22b16..db15f14 100644 (file)
@@ -29,7 +29,7 @@
 #include "freeglut_internal_mswin.h"\r
 \r
 \r
-GLvoid fghGetGameModeVMaxExtent( SFG_Window* window, int* x, int* y )\r
+GLvoid fgPlatformGetGameModeVMaxExtent( SFG_Window* window, int* x, int* y )\r
 {\r
     *x = glutGet ( GLUT_SCREEN_WIDTH );\r
     *y = glutGet ( GLUT_SCREEN_HEIGHT );\r