diff options
Diffstat (limited to 'archive/st/patch/alpha.h')
| -rw-r--r-- | archive/st/patch/alpha.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archive/st/patch/alpha.h b/archive/st/patch/alpha.h new file mode 100644 index 0000000..2d01830 --- /dev/null +++ b/archive/st/patch/alpha.h @@ -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 |
