mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
src/: fix coding style
This commit is contained in:
parent
0e41413dc8
commit
cce3c8cda0
7 changed files with 97 additions and 53 deletions
|
|
@ -192,7 +192,8 @@ map(struct view *view)
|
|||
|
||||
foreign_toplevel_handle_create(view);
|
||||
|
||||
struct wlr_box box = output_usable_area_from_cursor_coords(view->server);
|
||||
struct wlr_box box =
|
||||
output_usable_area_from_cursor_coords(view->server);
|
||||
view->x = box.x;
|
||||
view->y = box.y;
|
||||
view_center(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue