mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: remove scale/transform events
Instead, the commit event should be used.
This commit is contained in:
parent
aab43b3c76
commit
cc56b4f073
2 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue