gfx/cairo/fix-win32-show-glyphs-clipping.patch

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 commit 25fb70d4dc1e67553dba5973a79902e4cf81341f
     2 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
     3 Date:   Wed Apr 21 11:23:27 2010 -0400
     5     fix show glyphs clipping
     7 diff --git a/src/cairo-win32-surface.c b/src/cairo-win32-surface.c
     8 index c10e134..ff823a3 100644
     9 --- a/src/cairo-win32-surface.c
    10 +++ b/src/cairo-win32-surface.c
    11 @@ -1603,6 +1603,8 @@ _cairo_win32_surface_show_glyphs (void			*surface,
    13  		_cairo_win32_surface_set_clip_region (surface, clip_region);
    14  	    }
    15 +	} else {
    16 +	    _cairo_win32_surface_set_clip_region (surface, NULL);
    17  	}
    19  	solid_pattern = (cairo_solid_pattern_t *)source;

mercurial