mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
Fix more coding style violations
This commit is contained in:
parent
a9042e3cde
commit
ea3ea49783
5 changed files with 39 additions and 33 deletions
|
|
@ -58,7 +58,7 @@ view_center(struct view *view)
|
|||
}
|
||||
|
||||
struct wlr_output_layout *layout = view->server->output_layout;
|
||||
struct wlr_output_layout_output* ol_output =
|
||||
struct wlr_output_layout_output *ol_output =
|
||||
wlr_output_layout_get(layout, wlr_output);
|
||||
int center_x = ol_output->x + wlr_output->width / wlr_output->scale / 2;
|
||||
int center_y = ol_output->y + wlr_output->height / wlr_output->scale / 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue