...
This commit is contained in:
parent
073c330800
commit
6c9615df0d
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user