Merge branch 'svn/trunk'

This commit is contained in:
Diederick Niehorster 2014-01-23 10:28:31 +08:00
commit 944cdf1b8b

View 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