[Commit] grrobot/src grr_icon.c,1.4,1.5

Carl Worth commit at keithp.com
Thu Sep 4 09:17:46 PDT 2003


Committed by: cworth

Update of /local/src/CVS/grrobot/src
In directory home.keithp.com:/tmp/cvs-serv19164/src

Modified Files:
	grr_icon.c 
Log Message:
Track changes in Cairo 0.1.1

Index: grr_icon.c
===================================================================
RCS file: /local/src/CVS/grrobot/src/grr_icon.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- grr_icon.c	26 Jul 2003 08:37:12 -0000	1.4
+++ grr_icon.c	4 Sep 2003 15:17:44 -0000	1.5
@@ -242,7 +242,7 @@
 	    cairo_surface_destroy (icon->surface);
 	icon->surface_width = width;
 	icon->surface_height = height;
-	icon->surface = cairo_surface_create_similar (cairo_get_target_surface (xrs),
+	icon->surface = cairo_surface_create_similar (cairo_current_target_surface (xrs),
 						      CAIRO_FORMAT_ARGB32,
 						      width, height);
     }




More information about the Commit mailing list