summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2005-01-13 14:48:15 +0000
committerDavid Reveman <davidr@novell.com>2005-01-13 14:48:15 +0000
commit3ae8c1ca654807a1f76b18931a29425f59c77436 (patch)
treefd48e0689d1013c620b68b9ecb766fd6810771bf
parenta2af89b04a53e2f2fb4a9d7ea4ff879e80d20cd7 (diff)
Replace struct cairo_surface_backend with cairo_surface_backend_t
-rw-r--r--ChangeLog5
-rw-r--r--src/cairo-xcb-surface.c2
-rw-r--r--src/cairo_xcb_surface.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d711a8f7..e28f29c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-13 David Reveman <c99drn@cs.umu.se>
+
+ * src/cairo_xcb_surface.c: Replace struct cairo_surface_backend with
+ cairo_surface_backend_t.
+
2005-01-13 Carl Worth <cworth@cworth.org>
* src/cairo_xlib_surface.c:
diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index 21760d76..758cf26d 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -730,7 +730,7 @@ _cairo_xcb_surface_create_pattern (void *abstract_surface,
return CAIRO_INT_STATUS_UNSUPPORTED;
}
-static const struct cairo_surface_backend cairo_xcb_surface_backend = {
+static const cairo_surface_backend_t cairo_xcb_surface_backend = {
_cairo_xcb_surface_create_similar,
_cairo_xcb_surface_destroy,
_cairo_xcb_surface_pixels_per_inch,
diff --git a/src/cairo_xcb_surface.c b/src/cairo_xcb_surface.c
index 21760d76..758cf26d 100644
--- a/src/cairo_xcb_surface.c
+++ b/src/cairo_xcb_surface.c
@@ -730,7 +730,7 @@ _cairo_xcb_surface_create_pattern (void *abstract_surface,
return CAIRO_INT_STATUS_UNSUPPORTED;
}
-static const struct cairo_surface_backend cairo_xcb_surface_backend = {
+static const cairo_surface_backend_t cairo_xcb_surface_backend = {
_cairo_xcb_surface_create_similar,
_cairo_xcb_surface_destroy,
_cairo_xcb_surface_pixels_per_inch,