aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-04-24 11:37:22 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-04-24 11:37:22 +0200
commitfeb5adefd9d4909aa30d3a49e173a8954b755de2 (patch)
tree8e457891824d08386f24eee6e3915f3a8b28d0ee /config.h
parent67893dc14d10f49a76652ff384ab2bf4a945ca30 (diff)
fix fontcache, free glyph after drawing if not cached
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 19496ce..2da7134 100644
--- a/config.h
+++ b/config.h
@@ -180,6 +180,8 @@ static unsigned int mousefg = 7;
static unsigned int mousebg = 0;
*/
+static unsigned int scrollstep = 15;
+
/*
* Color used to display font attributes when fontconfig selected a font which
* doesn't match the ones requested.