mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
2d74e49c4f
Co-authored-by: Stein Gunnar Bakkeby <bakkeby@gmail.com>
6 lines
217 B
C
6 lines
217 B
C
static float clamp(float value, float lower, float upper);
|
|
static void changealpha(const Arg *);
|
|
#if ALPHA_FOCUS_HIGHLIGHT_PATCH
|
|
static void changealphaunfocused(const Arg *arg);
|
|
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|