From 69925ee23b8b1590f65e1f71f2d9ea5156629868 Mon Sep 17 00:00:00 2001 From: Moritz Biering Date: Wed, 5 May 2021 21:16:25 +0200 Subject: Add support for additional alpha when the term-window is not focused --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') 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; -- cgit v1.2.3