renamed all references to freeglut_xxx files (their old names) to fg_xxx
[freeglut] / src / x11 / fg_xinput_x11.c
index b1415e9..cdc3abe 100644 (file)
@@ -16,7 +16,7 @@
 /* convert the XInput button state mask to the regular X mouse event button mask */
 #define BUTTON_MASK(xistate)   ((xistate) << 8)
 
-/* import function from freeglut_main.c */
+/* import function from fg_main.c */
 extern int fgPlatformGetModifiers( int state );
 
 /* extension opcode for XInput */