mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
output-layer: add feedback event
This commit is contained in:
parent
4d6fbb2289
commit
e1335a792a
2 changed files with 18 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ struct wlr_output_layer *wlr_output_layer_create(struct wlr_output *output) {
|
|||
|
||||
wl_list_insert(&output->layers, &layer->link);
|
||||
wlr_addon_set_init(&layer->addons);
|
||||
wl_signal_init(&layer->events.feedback);
|
||||
|
||||
return layer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue