From 123bae234ea05efa8221cfb412572b618719e070 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 16 May 2020 11:17:59 +0200 Subject: Updated to 0.8.3 with previous config + mouse scrollback --- hb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hb.h (limited to 'hb.h') diff --git a/hb.h b/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/hb.h @@ -0,0 +1,7 @@ +#include +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); + -- cgit