diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-09 00:38:23 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-09 00:38:23 +0100 |
commit | ac73d9cb13ea7e4694b6b013de426cefddae4ca7 (patch) | |
tree | 28ea2dcea83e1d5717110b00b4349f09c8af0f3b /src/utils.c | |
parent | 3eb7bae12c9fe50913a57656d2b324d4da18c30a (diff) |
Remove wayland capture (wlroots)
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index 902f082..8316fa4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -100,9 +100,6 @@ static bool connector_get_property_by_name(int drmfd, drmModeConnectorPtr props, } static void for_each_active_monitor_output_wayland(const gsr_egl *egl, active_monitor_callback callback, void *userdata) { - if(!gsr_egl_supports_wayland_capture(egl)) - return; - for(int i = 0; i < egl->wayland.num_outputs; ++i) { if(!egl->wayland.outputs[i].name) continue; |