summaryrefslogtreecommitdiff
path: root/pango/pango-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r--pango/pango-context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h
index 8aa0d0bf..9a5885c5 100644
--- a/pango/pango-context.h
+++ b/pango/pango-context.h
@@ -22,8 +22,8 @@
#ifndef __PANGO_CONTEXT_H__
#define __PANGO_CONTEXT_H__
-#include <pango-font.h>
-#include <pango-attributes.h>
+#include <pango/pango-font.h>
+#include <pango/pango-attributes.h>
#ifdef __cplusplus
extern "C" {
@@ -64,7 +64,7 @@ PangoDirection pango_context_get_base_dir (PangoContext
* Returns a GList of PangoItem's
*/
GList *pango_itemize (PangoContext *context,
- gchar *text,
+ const char *text,
gint length,
PangoAttrList *attrs);