This commit is contained in:
Kovid Goyal 2017-10-18 14:03:05 +05:30
parent 073c330800
commit 6c9615df0d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -116,6 +116,4 @@ def selection_clipboard_funcs():
return ans
iswayland = False
if not isosx:
iswayland = hasattr(glfw_lib(), 'glfwGetWaylandDisplay')
iswayland = not isosx and hasattr(glfw_lib(), 'glfwGetWaylandDisplay')