output: rename resolution event to mode

This commit is contained in:
emersion 2018-01-06 12:42:32 +01:00
parent 6fe380a176
commit 8ebd7d4dbe
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 10 additions and 10 deletions

View file

@ -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;