EKQCPDVSVRNYE5U3J34X33BH23N4XIDXE5L5FYWMTV2SM4FBZ45QC
OPMH4TJKAIMPP5NJDKHP3U3WZILNCOMDBTEBKFON4AHOVS7HEVTQC
BFWKVWAIUKHCZVRA62GW6QZUEUKQLW365HUWIVKTEIPJNJSOZBAQC
WXDI7LEXSSMEY36AMMHM3BDHXJVMLL3HPSVJOOE7GFJMCA36CB4QC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
2GP4MXKEDQMZ7E6TCRSMV2AGN7HLEAHR3QEAC2QFCQQNPMNJSIHQC
client_set_bounds(c, w, h);
}static inline uint32_tclient_set_bounds(Client *c, int32_t width, int32_t height){#ifdef XWAYLAND if (client_is_x11(c)) return 0;#endif return wlr_xdg_toplevel_set_bounds(c->surface.xdg->toplevel, width, height);
}
static inline uint32_t
client_set_bounds(Client *c, int32_t width, int32_t height)
{
#ifdef XWAYLAND
if (client_is_x11(c))
return 0;
#endif
return wlr_xdg_toplevel_set_bounds(c->surface.xdg->toplevel, width, height);