summaryrefslogtreecommitdiffstats
path: root/wayland
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-06-14 18:14:22 -0400
committerLibravatar GitHub <noreply@github.com>2017-06-14 18:14:22 -0400
commit0fc9628f03984caa04e200a1dc458d1cf7fc6d6c (patch)
treee3c567c4684faf0f9a7f77494f1bf638171d5349 /wayland
parentForce focus on unmanaged views during pointer test (diff)
parentMerge pull request #1236 from ykrivopalov/fix_complex_status_command (diff)
downloadsway-0fc9628f03984caa04e200a1dc458d1cf7fc6d6c.tar.gz
sway-0fc9628f03984caa04e200a1dc458d1cf7fc6d6c.tar.zst
sway-0fc9628f03984caa04e200a1dc458d1cf7fc6d6c.zip
Merge branch 'master' into tray
Diffstat (limited to 'wayland')
-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,