aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2021-12-14 14:12:23 +0100
committerTharre <tharre3@gmail.com>2025-02-05 21:45:35 +0100
commitda5e2454c0e7ec252c92414b911cb5535052e60c (patch)
tree096d119d4ddb44d2c521683d917ebe6b787e5a20 /st.h
parent98610fcd37f655d44586323dc86c1d013c2798ce (diff)
downloadst-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.gz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.tar.xz
st-transparency-da5e2454c0e7ec252c92414b911cb5535052e60c.zip
Implement transparency
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index fd3b0d8..9f91e2a 100644
--- a/st.h
+++ b/st.h
@@ -124,3 +124,4 @@ extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern unsigned int defaultcs;
+extern float alpha;