summaryrefslogtreecommitdiff
path: root/pango2/pango-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango2/pango-utils.h')
-rw-r--r--pango2/pango-utils.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/pango2/pango-utils.h b/pango2/pango-utils.h
index f5187dc9..56ba36ed 100644
--- a/pango2/pango-utils.h
+++ b/pango2/pango-utils.h
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <glib.h>
+#include <pango2/pango-features.h>
#include <pango2/pango-font.h>
G_BEGIN_DECLS
@@ -34,12 +35,6 @@ void pango2_find_paragraph_boundary (const char *text,
int *paragraph_delimiter_index,
int *next_paragraph_start);
-/**
- * PANGO2_RENDERING_CAIRO:
- *
- * Defined to 1 at compile time if Pango2 was built with cairo support.
- */
-
/* Encode a Pango2 version as an integer */
/* Pango2 version checking */
@@ -64,11 +59,13 @@ void pango2_find_paragraph_boundary (const char *text,
*
* The version of Pango2 available at compile-time, encoded using PANGO2_VERSION_ENCODE().
*/
+
/**
* PANGO2_VERSION_STRING:
*
* A string literal containing the version of Pango2 available at compile-time.
*/
+
/**
* PANGO2_VERSION_MAJOR:
*
@@ -89,6 +86,7 @@ void pango2_find_paragraph_boundary (const char *text,
PANGO2_VERSION_MINOR, \
PANGO2_VERSION_MICRO)
+
/* Check that compile-time Pango2 is as new as required */
/**
* PANGO2_VERSION_CHECK: