first
[dcc-suckless-config] / bdwm / dwm.c.rej
1 --- dwm.c
2 +++ dwm.c
3 @@ -93,6 +93,7 @@ struct Client {
4         int bw, oldbw;
5         unsigned int tags;
6         int isfixed, isfloating, isurgent, neverfocus, oldstate, isfullscreen;
7 +       int issteam;
8         Client *next;
9         Client *snext;
10         Monitor *mon;