summaryrefslogtreecommitdiff
path: root/src/cairo-default-context-private.h
diff options
context:
space:
mode:
authorOleg Romashin <romaxa@gmail.com>2012-02-12 01:34:34 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-12 09:57:00 +0000
commit4f81940749b680c6e48d393fd13108775efa38eb (patch)
tree5ea6d11ae3ad1f88f47826332dfeaee1cb70c7cb /src/cairo-default-context-private.h
parent76df401263a45881fec557396dd4895d0af540a3 (diff)
downloadcairo-4f81940749b680c6e48d393fd13108775efa38eb.tar.gz
qt: Fix compilation, also minor fix for building against Qt5
Update to latest surface backend structure, removed obsolete functions and fixed functions API in order to be compatible with backend definition. Fixed compilation with Qt5
Diffstat (limited to 'src/cairo-default-context-private.h')
-rw-r--r--src/cairo-default-context-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cairo-default-context-private.h b/src/cairo-default-context-private.h
index a21629acf..fd159b496 100644
--- a/src/cairo-default-context-private.h
+++ b/src/cairo-default-context-private.h
@@ -40,6 +40,8 @@
#include "cairo-gstate-private.h"
#include "cairo-path-fixed-private.h"
+CAIRO_BEGIN_DECLS
+
typedef struct _cairo_default_context cairo_default_context_t;
struct _cairo_default_context {
@@ -61,4 +63,6 @@ _cairo_default_context_init (cairo_default_context_t *cr, void *target);
cairo_private void
_cairo_default_context_fini (cairo_default_context_t *cr);
+CAIRO_END_DECLS
+
#endif /* CAIRO_DEFAULT_CONTEXT_PRIVATE_H */