Moving X11-specific code from "freeglut_display.c" into its own file
[freeglut] / src / Common / freeglut_display.c
index 086d24a..8264949 100644 (file)
 extern void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow );\r
 \r
 \r
-#if TARGET_HOST_POSIX_X11\r
-void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow )\r
-{\r
-    glXSwapBuffers( pDisplayPtr->Display, CurrentWindow->Window.Handle );\r
-}\r
-#endif\r
-\r
 /* -- INTERFACE FUNCTIONS -------------------------------------------------- */\r
 \r
 /*\r