diff --git a/client.h b/client.h index dc0615e..eb1bb47 100644 --- a/client.h +++ b/client.h @@ -189,6 +189,7 @@ client_get_geometry(Client *c, struct wlr_box *geom) } #endif *geom = c->surface.xdg->geometry; + geom->x = geom->y = 0; } static inline Client *