mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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
|
|
@ -185,7 +185,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
state.x_vel = 500;
|
||||
state.y_vel = 500;
|
||||
state.layout = wlr_output_layout_init();
|
||||
state.layout = wlr_output_layout_create();
|
||||
clock_gettime(CLOCK_MONOTONIC, &state.ts_last);
|
||||
|
||||
state.config = parse_args(argc, argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue