Removing some Windows-specific function prototypes from "freeglut_internal.h"
[freeglut] / src / Common / freeglut_init.c
index 7f98f47..eab4ac6 100644 (file)
@@ -246,7 +246,7 @@ int fgHintPresent(Window window, Atom property, Atom hint)
 /*\r
  * A call to this function should initialize all the display stuff...\r
  */\r
-static void fgPlatformInitialize( const char* displayName )\r
+void fgPlatformInitialize( const char* displayName )\r
 {\r
     fgDisplay.Display = XOpenDisplay( displayName );\r
 \r
@@ -437,7 +437,7 @@ void fghCloseInputDevices ( void )
 \r
 \r
 #if TARGET_HOST_POSIX_X11\r
-static void fgPlatformDeinitialiseInputDevices ( void )\r
+void fgPlatformDeinitialiseInputDevices ( void )\r
 {\r
        fghCloseInputDevices ();\r
 \r
@@ -446,7 +446,7 @@ static void fgPlatformDeinitialiseInputDevices ( void )
 }\r
 \r
 \r
-static void fgPlatformCloseDisplay ( void )\r
+void fgPlatformCloseDisplay ( void )\r
 {\r
     /*\r
      * Make sure all X-client data we have created will be destroyed on\r