mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
alpha: remove debug print statements from changealpha
This commit is contained in:
parent
2d74e49c4f
commit
f899d0552a
@ -15,7 +15,6 @@ changealpha(const Arg *arg)
|
|||||||
alpha = clamp(alpha, 0.0, 1.0);
|
alpha = clamp(alpha, 0.0, 1.0);
|
||||||
xloadcols();
|
xloadcols();
|
||||||
redraw();
|
redraw();
|
||||||
fprintf(stderr, "changealpha %f\n", arg->f);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ALPHA_FOCUS_HIGHLIGHT_PATCH
|
#if ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||||
@ -27,6 +26,5 @@ changealphaunfocused(const Arg *arg)
|
|||||||
alphaUnfocused = clamp(alphaUnfocused, 0.0, 1.0);
|
alphaUnfocused = clamp(alphaUnfocused, 0.0, 1.0);
|
||||||
xloadcols();
|
xloadcols();
|
||||||
redraw();
|
redraw();
|
||||||
fprintf(stderr, "changealphaunfocused %f\n", arg->f);
|
|
||||||
}
|
}
|
||||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||||
|
Loading…
Reference in New Issue
Block a user