mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 23:06:22 +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;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
gsr_window_wayland_deinit(self);
|
gsr_window_wayland_deinit(self);
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user