summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMoritz Biering <moritzbiering.mb@gmail.com>2021-05-05 21:16:25 +0200
committerMoritz Biering <moritzbiering.mb@gmail.com>2021-05-05 21:23:37 +0200
commit69925ee23b8b1590f65e1f71f2d9ea5156629868 (patch)
tree6dfa47748c3dab88e114669a678677d2805fb1e1 /st.h
parent7e6e779130327e065fcf587afa80f13150d0de31 (diff)
Add support for additional alpha when the term-window is not focused
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 ac76b71..3ddfadd 100644
--- a/st.h
+++ b/st.h
@@ -82,6 +82,7 @@ typedef union {
void die(const char *, ...);
void redraw(void);
+void tfulldirt(void);
void draw(void);
void externalpipe(const Arg *);
@@ -138,4 +139,5 @@ extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern float alpha;
+extern float alphaUnfocus;
extern const int boxdraw, boxdraw_bold, boxdraw_braille;