aboutsummaryrefslogtreecommitdiffstats
path: root/wayland/pango.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-06-14 18:53:40 -0400
committerLibravatar GitHub <noreply@github.com>2017-06-14 18:53:40 -0400
commit298f56353ef155f6a2ccc977c96b2ff5d971e65e (patch)
treedcb3b74f1dde93bce8657b7509662ffd7db667d0 /wayland/pango.c
parentImplement KDE's server-side decoration protocol (diff)
parentMerge pull request #1234 from 4e554c4c/tray (diff)
downloadsway-298f56353ef155f6a2ccc977c96b2ff5d971e65e.tar.gz
sway-298f56353ef155f6a2ccc977c96b2ff5d971e65e.tar.zst
sway-298f56353ef155f6a2ccc977c96b2ff5d971e65e.zip
Merge branch 'master' into server-decoration
Diffstat (limited to 'wayland/pango.c')
-rw-r--r--wayland/pango.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/pango.c b/wayland/pango.c
index 702ab15c..f9eec98c 100644
--- a/wayland/pango.c
+++ b/wayland/pango.c
@@ -5,6 +5,7 @@
5#include <string.h> 5#include <string.h>
6#include <stdio.h> 6#include <stdio.h>
7#include <stdbool.h> 7#include <stdbool.h>
8#include <stdint.h>
8#include "log.h" 9#include "log.h"
9 10
10PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text, 11PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,