Better wayland detection
This commit is contained in:
parent
e558880e8f
commit
073c330800
1 changed files with 1 additions and 1 deletions
|
|
@ -118,4 +118,4 @@ def selection_clipboard_funcs():
|
|||
|
||||
iswayland = False
|
||||
if not isosx:
|
||||
iswayland = selection_clipboard_funcs()[0] is None
|
||||
iswayland = hasattr(glfw_lib(), 'glfwGetWaylandDisplay')
|
||||
|
|
|
|||
Loading…
Reference in a new issue