summaryrefslogtreecommitdiff
path: root/pango/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/shape.c')
-rw-r--r--pango/shape.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/shape.c b/pango/shape.c
index 04a966e0..7209d97a 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <pango.h>
+#include <pango/pango.h>
#include "utils.h"
/**
@@ -34,7 +34,7 @@
* convert the characters into glyphs. You may also pass
* in only a substring of the item from pango_itemize().
*/
-void pango_shape (gchar *text,
+void pango_shape (const gchar *text,
gint length,
PangoAnalysis *analysis,
PangoGlyphString *glyphs)