mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
output: rename resolution event to mode
This commit is contained in:
parent
6fe380a176
commit
8ebd7d4dbe
4 changed files with 10 additions and 10 deletions
|
|
@ -65,7 +65,7 @@ struct wlr_output {
|
|||
struct wl_signal frame;
|
||||
struct wl_signal swap_buffers;
|
||||
struct wl_signal enable;
|
||||
struct wl_signal resolution;
|
||||
struct wl_signal mode;
|
||||
struct wl_signal scale;
|
||||
struct wl_signal transform;
|
||||
struct wl_signal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue