mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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
|
|
@ -425,7 +425,7 @@ static void output_add_notify(struct wl_listener *listener, void *data) {
|
|||
ostate->frame.notify = output_frame_notify;
|
||||
ostate->resolution.notify = output_resolution_notify;
|
||||
wl_signal_add(&output->events.frame, &ostate->frame);
|
||||
wl_signal_add(&output->events.resolution, &ostate->resolution);
|
||||
wl_signal_add(&output->events.mode, &ostate->resolution);
|
||||
wl_list_insert(&state->outputs, &ostate->link);
|
||||
if (state->output_add_cb) {
|
||||
state->output_add_cb(ostate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue