winsys-glx: Fix swap region to remain disabled for old mesa

Commit a750f80c6aaa was supposed to enable it for newer mesa but was wrong,
fix that.
This commit is contained in:
Adel Gadllah 2014-01-06 21:54:56 +01:00
parent a750f80c6a
commit 0af4105458

View File

@ -836,7 +836,7 @@ update_winsys_features (CoglContext *context, CoglError **error)
arch == COGL_GPU_INFO_ARCHITECTURE_SWRAST))
{
COGL_FLAGS_SET (context->winsys_features,
COGL_WINSYS_FEATURE_SWAP_REGION, TRUE);
COGL_WINSYS_FEATURE_SWAP_REGION, FALSE);
}
}