From cc56b4f0737398c3cc7f5d8d0296d2ca8930afa9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 10 Jan 2021 16:57:10 +0100 Subject: output: remove scale/transform events Instead, the commit event should be used. --- include/wlr/types/wlr_output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 0af2c454..84837a59 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -170,8 +170,6 @@ struct wlr_output { struct wl_signal bind; // wlr_output_event_bind struct wl_signal enable; struct wl_signal mode; - struct wl_signal scale; - struct wl_signal transform; struct wl_signal description; struct wl_signal destroy; } events; -- cgit v1.2.3