summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-16 01:47:29 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-16 01:47:29 +0100
commitb168e596898ab0fbfb50468d21514e037c55288d (patch)
tree5a4523b25d938960d3a42944c41548107b1371cd /st.h
parent9dee0bda79290d920d1727a592ffb8bfab2f1582 (diff)
added alpha focus patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h b/st.h
index bb5f5e4..3e5e586 100644
--- a/st.h
+++ b/st.h
@@ -79,6 +79,7 @@ typedef union {
void die(const char *, ...);
void redraw(void);
+void tfulldirt(void);
void draw(void);
void externalpipe(const Arg *);
@@ -126,3 +127,4 @@ extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern unsigned int defaultcs;
extern float alpha;
+extern float alphaUnfocused;