mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Pass wl_display to wlr_output_layout
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4310
This commit is contained in:
parent
fd6d6f1d97
commit
128b6253a9
4 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ struct sway_root {
|
|||
} events;
|
||||
};
|
||||
|
||||
struct sway_root *root_create(void);
|
||||
struct sway_root *root_create(struct wl_display *display);
|
||||
|
||||
void root_destroy(struct sway_root *root);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue