mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
layout-output example: handle empty config
This commit is contained in:
parent
44181b57ac
commit
2e9e237f9d
3 changed files with 33 additions and 3 deletions
|
|
@ -18,6 +18,9 @@ struct wlr_output_layout *wlr_output_layout_init();
|
|||
|
||||
void wlr_output_layout_destroy(struct wlr_output_layout *layout);
|
||||
|
||||
struct wlr_output_layout_output *wlr_output_layout_get(
|
||||
struct wlr_output_layout *layout, struct wlr_output *reference);
|
||||
|
||||
struct wlr_output *wlr_output_layout_output_at(struct wlr_output_layout *layout,
|
||||
double x, double y);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue