mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
Document the wlr_output_layout_get function
This commit is contained in:
parent
d50bbf0bbc
commit
ee3640363e
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ struct wlr_output_layout *wlr_output_layout_create(void);
|
||||||
|
|
||||||
void wlr_output_layout_destroy(struct wlr_output_layout *layout);
|
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_output *wlr_output_layout_get(
|
||||||
struct wlr_output_layout *layout, struct wlr_output *reference);
|
struct wlr_output_layout *layout, struct wlr_output *reference);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue