mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 07:16:21 +09:00
Exit with exit code 10 if pkexec fails
This commit is contained in:
@@ -536,6 +536,8 @@ void gsr_egl_unload(gsr_egl *self) {
|
||||
}
|
||||
|
||||
bool gsr_egl_supports_wayland_capture(gsr_egl *self) {
|
||||
// TODO: wlroots capture is broken right now (black screen) on amd and multiple monitors
|
||||
// so it has to be disabled right now. Find out why it happens and fix it.
|
||||
(void)self;
|
||||
return false;
|
||||
//return !!self->wayland.export_manager && self->wayland.num_outputs > 0;
|
||||
|
||||
Reference in New Issue
Block a user