summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-05-21 08:44:26 -0400
committerGitHub <noreply@github.com>2021-05-21 08:44:26 -0400
commitecd5e3f7984e194fe9d6956b2057be064d194895 (patch)
treee094781ef014f46cbed7caf5f4b2f903f8e77808 /st.h
parent140f27565b7eb733aec790e178a2e6a9a79c3cac (diff)
parentbb56685063532f732f4fbdba1d890931dad3d891 (diff)
Merge pull request #296 from zMoooooritz/alpha
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;