diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-08 06:16:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-08 06:16:47 +0800 |
commit | a48def7054eca0b4e6d68107cf14e0666b54cb95 (patch) | |
tree | 188a257dac31872f4c0b740260c13c10011343a0 /widgets/text/e-text.h | |
parent | b9e5bae616d4e1ac1e8fd10e565c4e12cd9a2e85 (diff) | |
download | gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar.gz gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar.bz2 gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar.lz gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar.xz gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.tar.zst gsoc2013-evolution-a48def7054eca0b4e6d68107cf14e0666b54cb95.zip |
Store the whole GdkColor instead of just the pixel.
2001-02-07 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-text.c, gal/e-text/e-text.h (e_text_realize): Store
the whole GdkColor instead of just the pixel.
svn path=/trunk/; revision=8063
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r-- | widgets/text/e-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index 5a1e843b7d..7a383e7b89 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -128,7 +128,7 @@ struct _EText { double xofs, yofs; /* Text offset distance from anchor position */ - gulong pixel; /* Fill color */ + GdkColor color; /* Fill color */ GdkBitmap *stipple; /* Stipple for text */ GdkGC *gc; /* GC for drawing text */ |