fix patch
This commit is contained in:
@@ -57,3 +57,4 @@ dkms.conf
|
||||
.opencode/
|
||||
.omo/
|
||||
objects/
|
||||
.logs/
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ client_get_appid(Client *c)
|
||||
{
|
||||
#ifdef XWAYLAND
|
||||
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
|
||||
return c->surface.xdg->toplevel->app_id ? c->surface.xdg->toplevel->app_id : "broken";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user