mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
Add wlr_output enable event
This commit is contained in:
parent
771263380c
commit
d9ecfbaf32
2 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ struct wlr_output {
|
|||
struct {
|
||||
struct wl_signal frame;
|
||||
struct wl_signal swap_buffers;
|
||||
struct wl_signal enable;
|
||||
struct wl_signal resolution;
|
||||
struct wl_signal scale;
|
||||
struct wl_signal transform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue