Updating BeOS surface per the get_type changes

This commit is contained in:
Christian Biesinger 2006-03-01 00:06:43 +01:00
parent a69b3f2116
commit 566bb18dfe

View file

@ -777,6 +777,7 @@ _cairo_beos_surface_get_extents (void *abstract_surface,
}
static const struct _cairo_surface_backend cairo_beos_surface_backend = {
CAIRO_SURFACE_TYPE_BEOS,
NULL, /* create_similar */
_cairo_beos_surface_finish,
_cairo_beos_surface_acquire_source_image,