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

Christian Biesinger biesi at kemper.freedesktop.org
Tue Feb 28 15:40:44 PST 2006


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

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

    Fixing BeOS surface part II

diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp
index c952e01..5cd4277 100644
--- a/src/cairo-beos-surface.cpp
+++ b/src/cairo-beos-surface.cpp
@@ -598,7 +598,7 @@ _cairo_beos_composite (cairo_operator_t	
 	return CAIRO_INT_STATUS_UNSUPPORTED;
 
     // XXX should eventually support the others
-    if (src->type != CAIRO_PATTERN_SURFACE ||
+    if (src->type != CAIRO_PATTERN_TYPE_SURFACE ||
 	src->extend != CAIRO_EXTEND_NONE)
     {
 	return CAIRO_INT_STATUS_UNSUPPORTED;


More information about the cairo-commit mailing list