backend/x11: Hide cursor with Xfixes

This commit is contained in:
Scott Anderson 2018-11-11 14:51:22 +13:00
parent 70ae76304e
commit d3ee69f76b
5 changed files with 59 additions and 22 deletions

View file

@ -3,6 +3,7 @@ x11_required = [
'x11-xcb',
'xcb',
'xcb-xinput',
'xcb-xfixes',
]
foreach lib : x11_required