aboutsummaryrefslogtreecommitdiffhomepage
path: root/dwl.c
diff options
context:
space:
mode:
authorA Frederick Christensen <dwl@ivories.org>2025-08-04 16:27:34 -0500
committerA Frederick Christensen <dwl@ivories.org>2025-08-04 16:27:34 -0500
commitab4cb6e28365cf8754d6d3bdd293c05abfc27e26 (patch)
tree45ed8ee1df515d2e7ad2cf380b6d08f73a338a66 /dwl.c
parentb28674e0ca4a9ecc92cb0607498e3db2df3d4c00 (diff)
Revert "add support for ext-image-copy-capture-v1 and ext-image-capture-source-v1 (wlroots!4545)"
This reverts commit b28674e0ca4a9ecc92cb0607498e3db2df3d4c00. This PR is not yet finalized. (Screen freezes).
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dwl.c b/dwl.c
index 1dad6ac..12f441e 100644
--- a/dwl.c
+++ b/dwl.c
@@ -24,8 +24,6 @@
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_drm.h>
#include <wlr/types/wlr_export_dmabuf_v1.h>
-#include <wlr/types/wlr_ext_image_capture_source_v1.h>
-#include <wlr/types/wlr_ext_image_copy_capture_v1.h>
#include <wlr/types/wlr_fractional_scale_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_idle_inhibit_v1.h>
@@ -2518,8 +2516,6 @@ setup(void)
wlr_data_device_manager_create(dpy);
wlr_export_dmabuf_manager_v1_create(dpy);
wlr_screencopy_manager_v1_create(dpy);
- wlr_ext_image_copy_capture_manager_v1_create(dpy, 1);
- wlr_ext_output_image_capture_source_manager_v1_create(dpy, 1);
wlr_data_control_manager_v1_create(dpy);
wlr_primary_selection_v1_device_manager_create(dpy);
wlr_viewporter_create(dpy);