summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorKent Overstreet <kmo@daterainc.com>2014-03-15 12:53:19 -0700
committerKent Overstreet <kmo@daterainc.com>2014-03-15 14:22:03 -0700
commitfd29f21e3d455efda90605a1c46b2b42baf54cca (patch)
tree036ae4b08ffcd58db1a28aaad533f22158966663 /st.c
parent882101369388e59667744ec2fedbdc0179c4e35b (diff)
makefile improvements
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 6e365f4..0b4adcc 100644
--- a/st.c
+++ b/st.c
@@ -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);