Files
dwm/dwm.c.rej
2026-07-15 22:33:00 +02:00

20 lines
443 B
Plaintext

--- dwm.c
+++ dwm.c
@@ -92,7 +92,6 @@ struct Client {
int bw, oldbw;
unsigned int tags;
int isfixed, isfloating, isurgent, neverfocus, oldstate, isfullscreen;
- int issteam;
Client *next;
Client *snext;
Monitor *mon;
@@ -1476,8 +1470,6 @@ setfocus(Client *c)
XA_WINDOW, 32, PropModeReplace,
(unsigned char *) &(c->win), 1);
}
- if (c->issteam)
- setclientstate(c, NormalState);
sendevent(c, wmatom[WMTakeFocus]);
}