mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
output-damage: stop listening to scale/transform events
Only listen to the commit event.
This commit is contained in:
parent
a6a0568316
commit
f6f46b4ee2
2 changed files with 4 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue