From f6f46b4ee21b8e8a044c4e7a02c114ec2b85dbaa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 10 Jan 2021 16:56:41 +0100 Subject: output-damage: stop listening to scale/transform events Only listen to the commit event. --- include/wlr/types/wlr_output_damage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index 4cdb0a54..39d28263 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -49,8 +49,6 @@ struct wlr_output_damage { struct wl_listener output_destroy; struct wl_listener output_mode; - struct wl_listener output_transform; - struct wl_listener output_scale; struct wl_listener output_needs_frame; struct wl_listener output_damage; struct wl_listener output_frame; -- cgit v1.2.3