summaryrefslogtreecommitdiff
path: root/gdi_canvas.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-09 16:39:35 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-23 22:52:01 +0100
commit44de7fcff44ea7457a9abd8bce85a05bb9c33965 (patch)
treefe8ec799b1aed8e2213e6db366b7d7d436b9a18a /gdi_canvas.h
parent1d3ac0b931ab8b207af367d39e2a1b35aa390a83 (diff)
Use pixman_image_t instead of cairo_surface_t as the generic pixman container
This allows us to use the simpler dependency of pixman outside of the cairo backend, and it later lets us move the cairo backend to using pixman only.
Diffstat (limited to 'gdi_canvas.h')
-rw-r--r--gdi_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdi_canvas.h b/gdi_canvas.h
index 18a4843..febd967 100644
--- a/gdi_canvas.h
+++ b/gdi_canvas.h
@@ -22,7 +22,7 @@
#include <stdint.h>
#include <spice/draw.h>
-#include "cairo.h"
+#include "pixman_utils.h"
#include "canvas_base.h"
#include "region.h"