mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01: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);
|
||||
|
||||
/**
|
||||
* 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue