FJLIK7S7VHE2GNNED4ZQQEGN72JIPV3F6RTOXFW6TFY4FKN5V2RAC
wlr_xwayland_surface_configure(c->surface.xwayland,
event->x, event->y, event->width, event->height);
if (!c->mon)
return;
if (c->isfloating || c->type == X11Unmanaged)
resize(c, (struct wlr_box){.x = event->x, .y = event->y,
.width = event->width, .height = event->height}, 0);
else
arrange(c->mon);