diff options
author | Moritz Biering <moritzbiering.mb@gmail.com> | 2021-05-05 21:16:25 +0200 |
---|---|---|
committer | Moritz Biering <moritzbiering.mb@gmail.com> | 2021-05-05 21:23:37 +0200 |
commit | 69925ee23b8b1590f65e1f71f2d9ea5156629868 (patch) | |
tree | 6dfa47748c3dab88e114669a678677d2805fb1e1 /st.h | |
parent | 7e6e779130327e065fcf587afa80f13150d0de31 (diff) |
Add support for additional alpha when the term-window is not focused
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |