mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
Rename wlr_output_layout_init()
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent with the rest of the api.
This commit is contained in:
parent
c5a2014a2f
commit
e733b0e643
4 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ struct wlr_output_layout_output {
|
|||
struct wlr_output_layout_output_state *state;
|
||||
};
|
||||
|
||||
struct wlr_output_layout *wlr_output_layout_init();
|
||||
struct wlr_output_layout *wlr_output_layout_create();
|
||||
|
||||
void wlr_output_layout_destroy(struct wlr_output_layout *layout);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue