st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

alpha.h (217B)


      1 static float clamp(float value, float lower, float upper);
      2 static void changealpha(const Arg *);
      3 #if ALPHA_FOCUS_HIGHLIGHT_PATCH
      4 static void changealphaunfocused(const Arg *arg);
      5 #endif // ALPHA_FOCUS_HIGHLIGHT_PATCH