fix patch

This commit is contained in:
2026-07-16 15:50:58 -04:00
parent f317fd53e9
commit cbaf5a7756
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -57,3 +57,4 @@ dkms.conf
.opencode/ .opencode/
.omo/ .omo/
objects/ objects/
.logs/
+1 -1
View File
@@ -147,7 +147,7 @@ client_get_appid(Client *c)
{ {
#ifdef XWAYLAND #ifdef XWAYLAND
if (client_is_x11(c)) if (client_is_x11(c))
return c->surface.xwayland->class ? c->surface.xwayland->class : "broken"; return c->surface.xwayland->cls ? c->surface.xwayland->cls : "broken";
#endif #endif
return c->surface.xdg->toplevel->app_id ? c->surface.xdg->toplevel->app_id : "broken"; return c->surface.xdg->toplevel->app_id ? c->surface.xdg->toplevel->app_id : "broken";
} }