[cairo-commit] src/cairo-beos-surface.cpp

Christian Biesinger biesi at kemper.freedesktop.org
Tue Feb 28 15:09:45 PST 2006


 src/cairo-beos-surface.cpp |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 566bb18dfee2daaaaf86e7a22e8a7883e81efd97 (from a69b3f211654d1f221859f8e7f9608f8030e1ac4)
Author: Christian Biesinger <cbiesinger at web.de>
Date:   Wed Mar 1 00:06:43 2006 +0100

    Updating BeOS surface per the get_type changes

diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp
index b6448fa..c952e01 100644
--- a/src/cairo-beos-surface.cpp
+++ b/src/cairo-beos-surface.cpp
@@ -777,6 +777,7 @@ _cairo_beos_surface_get_extents (void   
 }
 
 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,


More information about the cairo-commit mailing list