diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-25 15:59:42 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-25 15:59:42 +0100 |
commit | 335573a628ed6ff20640c881935e0648a4819c1a (patch) | |
tree | b8a8056e877b97797c95814830b154e612591ea4 /src/tofi.h | |
parent | a6c20eb3713fc5e4b2c8f4075762b899bf9c1857 (diff) |
Add option to disable font hinting.
Also improve text on non-hidpi screens.
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ struct tofi { } window; /* Options */ - int8_t anchor; + uint32_t anchor; bool hide_cursor; bool use_history; }; |