Files
dots/dwm/.st/patch/alpha.h
2023-02-25 22:33:44 +01:00

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