[cairo-commit] cairo/src cairo-win32-surface.c,1.18,1.19

Owen Taylor commit at pdx.freedesktop.org
Mon Apr 25 19:38:46 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv11524/src

Modified Files:
	cairo-win32-surface.c 
Log Message:
2005-04-25  Owen Taylor  <otaylor at redhat.com>

        * src/cairo-win32-surface.c (cairo_win32_surface_create): Initialize
        the saved_dc_bitmap field here as well ... not strictly needed,
        but cleaner. (Reported by Peter Arsoff)


Index: cairo-win32-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-win32-surface.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cairo-win32-surface.c	19 Apr 2005 23:29:05 -0000	1.18
+++ cairo-win32-surface.c	26 Apr 2005 02:38:44 -0000	1.19
@@ -819,6 +819,7 @@
     
     surface->dc = hdc;
     surface->bitmap = NULL;
+    surface->saved_dc_bitmap = NULL;
     
     surface->clip_rect.x = rect.left;
     surface->clip_rect.y = rect.top;




More information about the cairo-commit mailing list