fix patch
This commit is contained in:
@@ -57,3 +57,4 @@ dkms.conf
|
|||||||
.opencode/
|
.opencode/
|
||||||
.omo/
|
.omo/
|
||||||
objects/
|
objects/
|
||||||
|
.logs/
|
||||||
|
|||||||
+1
-1
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user