forked from mirror/dwl
Fix whitespace issue
This commit is contained in:
parent
fe8280bf39
commit
561acf650a
1 changed files with 0 additions and 1 deletions
1
dwl.c
1
dwl.c
|
@ -1044,7 +1044,6 @@ createnotify(struct wl_listener *listener, void *data)
|
||||||
} else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE)
|
} else if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_NONE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
/* Allocate a Client for this surface */
|
/* Allocate a Client for this surface */
|
||||||
c = xdg_surface->data = ecalloc(1, sizeof(*c));
|
c = xdg_surface->data = ecalloc(1, sizeof(*c));
|
||||||
c->surface.xdg = xdg_surface;
|
c->surface.xdg = xdg_surface;
|
||||||
|
|
Loading…
Reference in a new issue