mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Fix window creation on wayland
This commit is contained in:
@@ -210,6 +210,8 @@ static bool gsr_window_wayland_init(gsr_window_wayland *self) {
|
||||
goto fail;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
fail:
|
||||
gsr_window_wayland_deinit(self);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user