mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
Merge pull request #136 from acrisci/bug/rename-output-layout-create
Rename wlr_output_layout_init()
This commit is contained in:
commit
586ae674ae
4 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ struct wlr_output_layout_output_state {
|
|||
struct wl_listener output_destroy;
|
||||
};
|
||||
|
||||
struct wlr_output_layout *wlr_output_layout_init() {
|
||||
struct wlr_output_layout *wlr_output_layout_create() {
|
||||
struct wlr_output_layout *layout =
|
||||
calloc(1, sizeof(struct wlr_output_layout));
|
||||
layout->state = calloc(1, sizeof(struct wlr_output_layout_state));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue