diff options
-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 /* |