From 105fdecd0cd893c4ae1e21f78c67404f70859af8 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sat, 14 Aug 2021 22:33:53 +0000 Subject: screencopy: Handle shm copy in commit event handler This simplifies the implementation considerably. --- include/wlr/types/wlr_screencopy_v1.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index aaa300b3..9947b015 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -52,7 +52,6 @@ struct wlr_screencopy_frame_v1 { struct wl_listener buffer_destroy; struct wlr_output *output; - struct wl_listener output_precommit; struct wl_listener output_commit; struct wl_listener output_destroy; struct wl_listener output_enable; -- cgit v1.2.3