aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-text.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-20 17:22:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:03 +0800
commit7d8966eae329d09aec2352c7b0e9a92c777be035 (patch)
tree698f079a85ff1682b49be2df17ecc043f43cd034 /libgnomecanvas/gnome-canvas-text.h
parentd6a0c006c143a888936bdd0ca2159414219f7bb0 (diff)
downloadgsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar.gz
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar.bz2
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar.lz
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar.xz
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.tar.zst
gsoc2013-evolution-7d8966eae329d09aec2352c7b0e9a92c777be035.zip
gnome-canvas: Port GnomeCanvasText to use cairo
Diffstat (limited to 'libgnomecanvas/gnome-canvas-text.h')
-rw-r--r--libgnomecanvas/gnome-canvas-text.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h
index 49c54bbca0..aebad84013 100644
--- a/libgnomecanvas/gnome-canvas-text.h
+++ b/libgnomecanvas/gnome-canvas-text.h
@@ -111,11 +111,8 @@ struct _GnomeCanvasText {
gdouble scale;
gchar *text; /* Text to display */
- GdkGC *gc; /* GC for drawing text */
PangoLayout *layout; /* The PangoLayout containing the text */
- gulong pixel; /* Fill color */
-
gdouble x, y; /* Position at anchor */
gdouble clip_width; /* Width of optional clip rectangle */