diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-31 10:47:14 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-08-31 10:47:14 +0800 |
commit | 3a839acf2ae5f2d81d0390435204d227f2d0fe64 (patch) | |
tree | 320c9d84639e40265a6d2a60f8ea7d079bea10c6 | |
parent | 9063071b4b72a3e76b189d9487f102d68e7479e7 (diff) | |
download | gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar.gz gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar.bz2 gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar.lz gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar.xz gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.tar.zst gsoc2013-evolution-3a839acf2ae5f2d81d0390435204d227f2d0fe64.zip |
#define gnome_font_lookup_default for gnome-print 0.20
svn path=/trunk/; revision=5133
-rw-r--r-- | e-util/ChangeLog | 3 | ||||
-rw-r--r-- | e-util/e-unicode.h | 1 | ||||
-rw-r--r-- | widgets/misc/e-unicode.h | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index cefa882edc..b949c0c35e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,7 +1,8 @@ 2000-08-30 Lauris Kaplinski <lauris@helixcode.com> * e-unicode.h: #define gnome_font_get_size and - gnome_font_get_width, if compiling with gnome-print 0.20 + gnome_font_get_width, and gnome_font_lookup_default, + if compiling with gnome-print 0.20 2000-08-30 Dan Winship <danw@helixcode.com> diff --git a/e-util/e-unicode.h b/e-util/e-unicode.h index 6fd9c7f5af..a1d571e918 100644 --- a/e-util/e-unicode.h +++ b/e-util/e-unicode.h @@ -9,6 +9,7 @@ #ifdef USING_GNOME_PRINT_0_20 #define gnome_font_get_size(f) ((f)->size) #define gnome_font_get_glyph_width gnome_font_get_width +#define gnome_font_lookup_default gnome_font_get_glyph #endif /* diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index 6fd9c7f5af..a1d571e918 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -9,6 +9,7 @@ #ifdef USING_GNOME_PRINT_0_20 #define gnome_font_get_size(f) ((f)->size) #define gnome_font_get_glyph_width gnome_font_get_width +#define gnome_font_lookup_default gnome_font_get_glyph #endif /* |