Files
st/patch/alpha.h
2024-08-16 09:12:41 +02:00

3 lines
97 B
C

static float clamp(float value, float lower, float upper);
static void changealpha(const Arg *);