rpms/openoffice.org/F-9 workspace.cairotext01.patch,1.6,1.7

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jun 3 15:53:04 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15980

Modified Files:
	workspace.cairotext01.patch 
Log Message:
max the clip for new cairo

workspace.cairotext01.patch:

Index: workspace.cairotext01.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/workspace.cairotext01.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- workspace.cairotext01.patch	29 Feb 2008 10:11:44 -0000	1.6
+++ workspace.cairotext01.patch	3 Jun 2008 15:52:16 -0000	1.7
@@ -379,7 +379,7 @@
 +    Display* pDisplay = GetXDisplay();
 +
 +    cairo_surface_t *surface = rCairo.xlib_surface_create_with_xrender_format (pDisplay,
-+        hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, 1, 1);
++        hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16);
 +
 +    /*
 +     * It might be ideal to cache surface and cairo context between calls and




More information about the fedora-extras-commits mailing list