games to steam patch
This commit is contained in:
10
dwm.c.rej
10
dwm.c.rej
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user