aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-05 17:53:29 -0400
committerTony Crisci <tony@dubstepdish.com>2017-09-05 17:53:29 -0400
commite733b0e64309dbddffba33f19029664ebaf4ffb7 (patch)
treebca8f393ee9fc0fea184c8877da30562b84f0342 /include/wlr
parentc5a2014a2ff3e22086c0d911f3bf771c5d5fb112 (diff)
Rename wlr_output_layout_init()
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent with the rest of the api.
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output_layout.h b/include/wlr/types/wlr_output_layout.h
index 9cccd53c..1f4a96d5 100644
--- a/include/wlr/types/wlr_output_layout.h
+++ b/include/wlr/types/wlr_output_layout.h
@@ -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);