mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: set pointer to cg_output in wlr_output->data
This will be used later in the layer shell implementation.
This commit is contained in:
parent
fc5cc401b7
commit
ddead86366
1 changed files with 1 additions and 0 deletions
1
output.c
1
output.c
|
|
@ -190,6 +190,7 @@ handle_new_output(struct wl_listener *listener, void *data)
|
||||||
}
|
}
|
||||||
|
|
||||||
output->wlr_output = wlr_output;
|
output->wlr_output = wlr_output;
|
||||||
|
wlr_output->data = output;
|
||||||
output->server = server;
|
output->server = server;
|
||||||
|
|
||||||
wl_list_insert(&server->outputs, &output->link);
|
wl_list_insert(&server->outputs, &output->link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue