mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -442,7 +442,7 @@ set_activated(struct view *view, bool activated)
|
|||
/* Restack unmanaged surfaces on top */
|
||||
struct xwayland_unmanaged *u;
|
||||
struct wl_list *list = &view->server->unmanaged_surfaces;
|
||||
wl_list_for_each (u, list, link) {
|
||||
wl_list_for_each(u, list, link) {
|
||||
wlr_xwayland_surface_restack(u->xwayland_surface, NULL,
|
||||
XCB_STACK_MODE_ABOVE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue