From 9ba96b7205a798d32c2ade05968bc3e1f2ac83f1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 Jul 2023 20:16:34 +0200 Subject: Disable wlroots capture until its fixed --- src/egl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index c69983b..68ec720 100644 --- a/src/egl.c +++ b/src/egl.c @@ -375,5 +375,7 @@ void gsr_egl_unload(gsr_egl *self) { } bool gsr_egl_supports_wayland_capture(gsr_egl *self) { - return !!self->wayland.export_manager && self->wayland.num_outputs > 0; + (void)self; + return false; + //return !!self->wayland.export_manager && self->wayland.num_outputs > 0; } -- cgit v1.2.3