]> Pileus Git - ~andy/gtk/commit
Fix order of cairo clip setting when drawing text
authorAlexander Larsson <alexl@redhat.com>
Mon, 31 Aug 2009 14:37:50 +0000 (16:37 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 31 Aug 2009 14:39:54 +0000 (16:39 +0200)
commit3e40146c04e3a6522b579261343b3ef555872ec1
treec8d5f310cf69936d29ac814ad2ccf9362c79052e
parent36809d400f820bea837f4051ef0918d018b759b7
Fix order of cairo clip setting when drawing text

We need to set the window clip region before applying the gc clip region,
otherwise we will reset the gc clip region. Fixes bug 593595
gdk/gdkgc.c