-sync command line option now causes X server to operate in synchronized/blocking...
[freeglut] / src / x11 / fg_init_x11.c
index 52c5d88..3adf4e4 100644 (file)
@@ -176,6 +176,9 @@ void fgPlatformInitialize( const char* displayName )
     if( fgDisplay.pDisplay.Display == NULL )
         fgError( "failed to open display '%s'", XDisplayName( displayName ) );
 
+    if ( fgState.XSyncSwitch )
+        XSynchronize(fgDisplay.pDisplay.Display, True);
+
 #ifdef EGL_VERSION_1_0
     fghPlatformInitializeEGL();
 #else