backend/x11: Revert usage of present extension

This reverts commit 3317134adf.
This reverts commit a3c3b928a3.

There are some serious issues when running this on a real X server, as
opposed to running this on Xwayland, where this was tested.

More investigation needs to be done into why these issues happen and if
our usage of the present extension is correct.
This commit is contained in:
Scott Anderson 2019-11-19 17:37:43 +13:00 committed by Simon Ser
parent fe72400bad
commit 685a5a11a9
4 changed files with 67 additions and 94 deletions

View file

@ -2,9 +2,8 @@ x11_libs = []
x11_required = [
'x11-xcb',
'xcb',
'xcb-present',
'xcb-xfixes',
'xcb-xinput',
'xcb-xfixes',
]
foreach lib : x11_required