mirror of
https://github.com/bakkeby/st-flexipatch.git
synced 2026-03-31 16:27:28 +09:00
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
|