10 lines
320 B
Diff
10 lines
320 B
Diff
--- wayland/pango.c.orig 2017-05-09 09:36:05.383787596 +0200
|
|
+++ wayland/pango.c 2017-05-09 09:36:18.479770962 +0200
|
|
@@ -5,6 +5,7 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <stdbool.h>
|
|
+#include <stdint.h>
|
|
#include "log.h"
|
|
|
|
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
|