summaryrefslogtreecommitdiff
path: root/dwm.c.rej
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-09 16:07:32 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-09 16:07:32 +0100
commitf3bc367dea26234929fe4ea5e37133b7f5d37cc8 (patch)
treea30abdb27b26aca8e394e405b189542de3153497 /dwm.c.rej
parent24012d1c6a5620b0cb8d2f76dcf72996f67747d8 (diff)
steam patch, fix bf2
Diffstat (limited to 'dwm.c.rej')
-rw-r--r--dwm.c.rej10
1 files changed, 10 insertions, 0 deletions
diff --git a/dwm.c.rej b/dwm.c.rej
new file mode 100644
index 0000000..22ec0dc
--- /dev/null
+++ b/dwm.c.rej
@@ -0,0 +1,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;