summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-07-18 15:03:42 +0200
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:14:01 +0200
commiteabac453e652d5aa2e535d957057f9c84803eea9 (patch)
tree963368271158f24a17f58f67bfdd8b0bedbb2c07 /gdk/gdkpango.c
parente2a2ba9d9889ba96059bc1c2c141088a1baeecd3 (diff)
downloadgtk+-eabac453e652d5aa2e535d957057f9c84803eea9.tar.gz
Initial client-side-windows work
The history before this was kind of twisted as several different approaches were tested, so that was all squashed into this initial commit to hide the uninteresting changes and files that were later removed.
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r--gdk/gdkpango.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index a38640374b..24efca8b29 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -214,7 +214,8 @@ get_cairo_context (GdkPangoRenderer *gdk_renderer,
priv->cr,
color,
priv->stipple[part],
- priv->gc_changed);
+ priv->gc_changed,
+ priv->drawable);
}
priv->last_part = part;