mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 06:40:15 +01:00
Merge branch 'misyl/syncobj-check-fix' into 'master'
xwayland: Fix check for explicit sync/syncobjs See merge request xorg/xserver!1567
This commit is contained in:
commit
5fac6e9bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -1383,7 +1383,7 @@ xwl_present_init(ScreenPtr screen)
|
|||
|
||||
xwl_screen->present_capabilities = XWL_PRESENT_CAPS;
|
||||
#ifdef XWL_HAS_GLAMOR
|
||||
if (xwl_glamor_supports_syncobjs(xwl_screen))
|
||||
if (xwl_screen->explicit_sync)
|
||||
xwl_screen->present_capabilities |=
|
||||
PresentCapabilitySyncobj;
|
||||
#endif /* XWL_HAS_GLAMOR */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue