Addressing relativeborder plus ligatures combo conflict

This commit is contained in:
bakkeby 2021-03-29 10:26:04 +02:00
parent 708cdada96
commit 636edb09c2
1 changed files with 1 additions and 1 deletions

2
hb.c
View File

@ -2,9 +2,9 @@
#include <stdio.h>
#include <math.h>
#include <X11/Xft/Xft.h>
#include <time.h>
#include <hb.h>
#include <hb-ft.h>
#include "st.h"
void hbtransformsegment(XftFont *xfont, const Glyph *string, hb_codepoint_t *codepoints, int start, int length);