diff options
author | Kent Overstreet <kmo@daterainc.com> | 2014-03-15 12:53:19 -0700 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2014-03-15 14:22:03 -0700 |
commit | fd29f21e3d455efda90605a1c46b2b42baf54cca (patch) | |
tree | 036ae4b08ffcd58db1a28aaad533f22158966663 /st.c | |
parent | 882101369388e59667744ec2fedbdc0179c4e35b (diff) |
makefile improvements
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1075,6 +1075,7 @@ static void xunloadfonts(struct st_window *xw) FcFontSetDestroy(xw->ibfont.set); } +__attribute((unused)) static void xzoom(struct st_window *xw, const union st_arg *arg) { xw->fontzoom = clamp(xw->fontzoom + arg->i, -8, 8); |