diff --git a/src/client.c b/src/client.c index cf906eb..488722b 100644 --- a/src/client.c +++ b/src/client.c @@ -147,7 +147,7 @@ client_get_appid(Client *c) { #ifdef XWAYLAND if (client_is_x11(c)) - return c->surface.xwayland->cls ? c->surface.xwayland->cls : "broken"; + return c->surface.xwayland->class ? c->surface.xwayland->class : "broken"; #endif return c->surface.xdg->toplevel->app_id ? c->surface.xdg->toplevel->app_id : "broken"; }