mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +00:00
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:
parent
a750f80c6a
commit
0af4105458
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user