blob: 2d01830d2a0de556c65bfd707e3b628ced6c0256 (
plain)
1
2
3
4
5
|
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
|