Fixing BeOS surface part II

This commit is contained in:
Christian Biesinger 2006-03-01 00:40:35 +01:00
parent 566bb18dfe
commit d985a9d669

View file

@ -598,7 +598,7 @@ _cairo_beos_composite (cairo_operator_t op,
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;