From 661cc0a02fb3d38440ad8c1e295fdbde9c1299d8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 21 Apr 2021 19:36:08 +0000 Subject: Added paleofetch --- st-0.8.2/hb.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 st-0.8.2/hb.h (limited to 'st-0.8.2/hb.h') diff --git a/st-0.8.2/hb.h b/st-0.8.2/hb.h new file mode 100644 index 0000000..b3e02d0 --- /dev/null +++ b/st-0.8.2/hb.h @@ -0,0 +1,7 @@ +#include +#include +#include + +void hbunloadfonts(); +void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); + -- cgit v1.2.3