layout-output example: handle empty config

This commit is contained in:
Tony Crisci 2017-08-16 15:00:15 -04:00 committed by Drew DeVault
parent 44181b57ac
commit 2e9e237f9d
3 changed files with 33 additions and 3 deletions

View file

@ -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);