Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4909:87175eb65ff4
fix xft compile error
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* objects-gtk-impl.h:
* objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR):
* objects-gtk-impl.h (XFONT_INSTANCE_GTK_FONT):
* objects-x-impl.h (XCOLOR_INSTANCE_X_COLOR):
* objects-x-impl.h (XFONT_INSTANCE_X_FONT):
Define XCOLOR_INSTANCE_X_COLOR, XCOLOR_INSTANCE_GTK_COLOR,
XFONT_INSTANCE_X_FONT, XFONT_INSTANCE_GTK_FONT for convenience
purposes. Fixes compile bug in redisplay-xlike-inc.c.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 06:20:05 -0600 |
parents | b3ce27ca7647 |
children | 6bc1f3f6cf0d a6c778975d7d 4ec0248f9185 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 01 02:15:28 2010 -0600 +++ b/src/ChangeLog Mon Feb 01 06:20:05 2010 -0600 @@ -1,3 +1,14 @@ +2010-02-01 Ben Wing <ben@xemacs.org> + + * objects-gtk-impl.h: + * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR): + * objects-gtk-impl.h (XFONT_INSTANCE_GTK_FONT): + * objects-x-impl.h (XCOLOR_INSTANCE_X_COLOR): + * objects-x-impl.h (XFONT_INSTANCE_X_FONT): + Define XCOLOR_INSTANCE_X_COLOR, XCOLOR_INSTANCE_GTK_COLOR, + XFONT_INSTANCE_X_FONT, XFONT_INSTANCE_GTK_FONT for convenience + purposes. Fixes compile bug in redisplay-xlike-inc.c. + 2010-02-01 Ben Wing <ben@xemacs.org> * compiler.h: