fix pango crash

This commit is contained in:
Raphael Robatsch 2021-10-28 17:22:40 +02:00
commit 8e8e1b7614
3 changed files with 7 additions and 2 deletions

View file

@ -55,7 +55,6 @@ static void cleanup();
static void requireGlobal(const void *p, const char *name);
static void waylandFlush();
[[noreturn]] static void diesys(const char *why);
[[noreturn]] static void die(const char *why);
wl_display *display;
wl_compositor *compositor;