Document the wlr_output_layout_get function

This commit is contained in:
Benoit Gschwind 2021-04-10 22:57:50 +02:00 committed by Simon Ser
parent d50bbf0bbc
commit ee3640363e
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ struct wlr_output_layout *wlr_output_layout_create(void);
void wlr_output_layout_destroy(struct wlr_output_layout *layout);
/**
* Get the output layout for the specified output. Returns NULL if no output
* matches.
*/
struct wlr_output_layout_output *wlr_output_layout_get(
struct wlr_output_layout *layout, struct wlr_output *reference);