From 335573a628ed6ff20640c881935e0648a4819c1a Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 25 Jun 2022 15:59:42 +0100 Subject: Add option to disable font hinting. Also improve text on non-hidpi screens. --- src/tofi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tofi.h') diff --git a/src/tofi.h b/src/tofi.h index 1323bd4..ddc46de 100644 --- a/src/tofi.h +++ b/src/tofi.h @@ -48,7 +48,7 @@ struct tofi { } window; /* Options */ - int8_t anchor; + uint32_t anchor; bool hide_cursor; bool use_history; }; -- cgit v1.2.3