aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-01-10 16:56:41 +0100
committerSimon Ser <contact@emersion.fr>2021-01-15 10:18:56 +0100
commitf6f46b4ee21b8e8a044c4e7a02c114ec2b85dbaa (patch)
tree5aa25f97f78ba1fd3e2944f55834a06153647b6b /include
parenta6a0568316233fc1988cd81c564e9b913ab476d0 (diff)
output-damage: stop listening to scale/transform events
Only listen to the commit event.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output_damage.h2
1 files changed, 0 insertions, 2 deletions
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;