...
This commit is contained in:
parent
073c330800
commit
6c9615df0d
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Reference in a new issue