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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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