diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-24 11:37:22 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-24 11:37:22 +0200 |
| commit | feb5adefd9d4909aa30d3a49e173a8954b755de2 (patch) | |
| tree | 8e457891824d08386f24eee6e3915f3a8b28d0ee /config.h | |
| parent | 67893dc14d10f49a76652ff384ab2bf4a945ca30 (diff) | |
fix fontcache, free glyph after drawing if not cached
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |