Add function for changing alpha (#47)
Co-authored-by: Stein Gunnar Bakkeby <bakkeby@gmail.com>
This commit is contained in:
parent
499b7fbc19
commit
2d74e49c4f
5 changed files with 51 additions and 0 deletions
5
patch/alpha.h
Normal file
5
patch/alpha.h
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue