games to steam patch

This commit is contained in:
2026-07-19 10:07:07 +02:00
parent a3bca752da
commit daa614cc34
9 changed files with 114 additions and 309 deletions

View File

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