blob: 22ec0dc04c5795af8060772a62ed851c7896ad04 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- dwm.c
+++ dwm.c
@@ -93,6 +93,7 @@ struct Client {
int bw, oldbw;
unsigned int tags;
int isfixed, isfloating, isurgent, neverfocus, oldstate, isfullscreen;
+ int issteam;
Client *next;
Client *snext;
Monitor *mon;
|