mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-11 08:21:34 -04:00
output_layout: Fixes docstring for wlr_output_layout_add[_auto].
This commit is contained in:
parent
5fd43add1c
commit
f8c639f19a
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ struct wlr_output *wlr_output_layout_output_at(
|
||||||
* already a part of the output layout, it will become manually configured and
|
* already a part of the output layout, it will become manually configured and
|
||||||
* will be moved to the specified coordinates.
|
* will be moved to the specified coordinates.
|
||||||
*
|
*
|
||||||
* Returns true on success, false on a memory allocation error.
|
* Returns the output's output layout, or NULL on error.
|
||||||
*/
|
*/
|
||||||
struct wlr_output_layout_output *wlr_output_layout_add(struct wlr_output_layout *layout,
|
struct wlr_output_layout_output *wlr_output_layout_add(struct wlr_output_layout *layout,
|
||||||
struct wlr_output *output, int lx, int ly);
|
struct wlr_output *output, int lx, int ly);
|
||||||
|
|
@ -97,7 +97,7 @@ struct wlr_output_layout_output *wlr_output_layout_add(struct wlr_output_layout
|
||||||
* changes. If the output is already a part of the layout, it will become
|
* changes. If the output is already a part of the layout, it will become
|
||||||
* automatically configured.
|
* automatically configured.
|
||||||
*
|
*
|
||||||
* Returns true on success, false on a memory allocation error.
|
* Returns the output's output layout, or NULL on error.
|
||||||
*/
|
*/
|
||||||
struct wlr_output_layout_output *wlr_output_layout_add_auto(struct wlr_output_layout *layout,
|
struct wlr_output_layout_output *wlr_output_layout_add_auto(struct wlr_output_layout *layout,
|
||||||
struct wlr_output *output);
|
struct wlr_output *output);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue