diff options
author | emersion <contact@emersion.fr> | 2018-01-06 12:42:32 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-06 12:42:32 +0100 |
commit | 8ebd7d4dbebc89aedf5e08d30ebcb5326b92f80b (patch) | |
tree | 5e7390cbe109dcb2428afa4129219c56828aaca7 /include/wlr | |
parent | 6fe380a1769fe40a9ce0f1d6f1aeb1b3beb63c16 (diff) |
output: rename resolution event to mode
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index a726c4c8..71463cb5 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -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; |