...
This commit is contained in:
parent
c6db9b0b21
commit
f20ad2fcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def load_all_shaders(semi_transparent: bool = False) -> None:
|
|||
raise SystemExit(err)
|
||||
|
||||
|
||||
def init_glfw_module(glfw_module: str, debug_keyboard: bool = False, debug_rendering: bool = False, wayland_enable_ime: bool = True) -> None:
|
||||
def init_glfw_module(glfw_module: str = 'wayland', debug_keyboard: bool = False, debug_rendering: bool = False, wayland_enable_ime: bool = True) -> None:
|
||||
ok, swo = glfw_init(glfw_path(glfw_module), edge_spacing, debug_keyboard, debug_rendering, wayland_enable_ime)
|
||||
if not ok:
|
||||
raise SystemExit('GLFW initialization failed')
|
||||
|
|
|
|||
Loading…
Reference in a new issue