Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4908:b3ce27ca7647 | 4909:87175eb65ff4 |
---|---|
1 2010-02-01 Ben Wing <ben@xemacs.org> | |
2 | |
3 * objects-gtk-impl.h: | |
4 * objects-gtk-impl.h (XCOLOR_INSTANCE_GTK_COLOR): | |
5 * objects-gtk-impl.h (XFONT_INSTANCE_GTK_FONT): | |
6 * objects-x-impl.h (XCOLOR_INSTANCE_X_COLOR): | |
7 * objects-x-impl.h (XFONT_INSTANCE_X_FONT): | |
8 Define XCOLOR_INSTANCE_X_COLOR, XCOLOR_INSTANCE_GTK_COLOR, | |
9 XFONT_INSTANCE_X_FONT, XFONT_INSTANCE_GTK_FONT for convenience | |
10 purposes. Fixes compile bug in redisplay-xlike-inc.c. | |
11 | |
1 2010-02-01 Ben Wing <ben@xemacs.org> | 12 2010-02-01 Ben Wing <ben@xemacs.org> |
2 | 13 |
3 * compiler.h: | 14 * compiler.h: |
4 Create a USED() macro to force unused-var warnings to go away, | 15 Create a USED() macro to force unused-var warnings to go away, |
5 in certain cases where it's inconvenient to do otherwise (e.g. | 16 in certain cases where it's inconvenient to do otherwise (e.g. |