aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-22 23:12:08 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-22 23:22:51 +0200
commitd45597e104fa3bd80a6f1922f2fdeaa6a0eff724 (patch)
tree55a291bb46ebd7061cbffb1f0fca2a75a6b39776 /src/egl.c
parent9ca5b8ec3a818454ebb139ae9007184584aa2f5e (diff)
Exit with exit code 10 if pkexec fails
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl.c b/src/egl.c
index 3bcb6fe..9fd5925 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -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;