summaryrefslogtreecommitdiff
path: root/src/cairo-font-face-twin.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-12-29 12:54:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-12-29 12:55:10 +0000
commite10af38799eb77f1a7b5f75e76c733353c7b8622 (patch)
tree80e26134be050193e9a7999b799d493ad81b578c /src/cairo-font-face-twin.c
parent010085622674bd02098742f401409da8e7c1b1dc (diff)
downloadcairo-e10af38799eb77f1a7b5f75e76c733353c7b8622.tar.gz
make "make check" happy again
Add the missing scoping that caused check-plt to complain.
Diffstat (limited to 'src/cairo-font-face-twin.c')
-rw-r--r--src/cairo-font-face-twin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cairo-font-face-twin.c b/src/cairo-font-face-twin.c
index c905b27db..b8343221d 100644
--- a/src/cairo-font-face-twin.c
+++ b/src/cairo-font-face-twin.c
@@ -35,9 +35,11 @@
*/
#define _ISOC99_SOURCE /* for round() */
-#include <math.h>
+
#include "cairoint.h"
+#include <math.h>
+
/*
* This file implements a user-font rendering the descendant of the Hershey
* font coded by Keith Packard for use in the Twin window system.
@@ -48,7 +50,7 @@
-cairo_user_data_key_t twin_properties_key;
+static cairo_user_data_key_t twin_properties_key;
/*