diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
| commit | 120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch) | |
| tree | 8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/st/hb.h | |
| parent | e2dbb81b9144fd8be2eb89617db38fd361079fed (diff) | |
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/st/hb.h')
| -rw-r--r-- | sd/st/hb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/st/hb.h b/sd/st/hb.h deleted file mode 100644 index b3e02d0..0000000 --- a/sd/st/hb.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <X11/Xft/Xft.h> -#include <hb.h> -#include <hb-ft.h> - -void hbunloadfonts(); -void hbtransform(XftGlyphFontSpec *, const Glyph *, size_t, int, int); - |