diff src/X_supp.c @ 755:82836f1290b6

Remove cairo_* and use mbe_*
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 26 Aug 2010 13:54:53 +0800
parents 7e64e0f70cb6
children cceac4ba259e
line wrap: on
line diff
--- a/src/X_supp.c	Thu Aug 26 13:35:48 2010 +0800
+++ b/src/X_supp.c	Thu Aug 26 13:54:53 2010 +0800
@@ -568,11 +568,11 @@
     }
 
     xmb_rt->backend_surface =
-	cairo_image_surface_create_for_data(ximage->data,
-					    surf_fmt,
-					    xmb_rt->w,
-					    xmb_rt->h,
-					    ximage->bytes_per_line);
+	mbe_image_surface_create_for_data(ximage->data,
+					  surf_fmt,
+					  xmb_rt->w,
+					  xmb_rt->h,
+					  ximage->bytes_per_line);
     if(xmb_rt->backend_surface == NULL)
 	xshm_destroy(xmb_rt);
 }