mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-28 02:34:15 +00:00
fix indentation of the braces
This commit is contained in:
parent
bda35440ce
commit
eb1ddd782b
3
dwl.c
3
dwl.c
@ -884,8 +884,7 @@ createnotify(struct wl_listener *listener, void *data)
|
|||||||
|
|
||||||
if (xdg_surface->role != WLR_XDG_SURFACE_ROLE_TOPLEVEL) {
|
if (xdg_surface->role != WLR_XDG_SURFACE_ROLE_TOPLEVEL) {
|
||||||
Client *sel = selclient();
|
Client *sel = selclient();
|
||||||
struct wlr_box pop_box =
|
struct wlr_box pop_box = {
|
||||||
{
|
|
||||||
.x = sel->geom.x - selmon->m.x,
|
.x = sel->geom.x - selmon->m.x,
|
||||||
.y = sel->geom.y - selmon->m.y,
|
.y = sel->geom.y - selmon->m.y,
|
||||||
.width = sel->geom.width,
|
.width = sel->geom.width,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user