Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5237:6466bc9ebf15
* console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of
FRAME_X_FTDRAW.
(struct x_device): Add XftDraw field.
(struct x_frame): Remove XftDraw field.
Move XftDraw from frame to device for improved caching.
* device-x.c (x_delete_device): Free XftDraw here.
* frame-x.c (x_delete_frame): Remove freeing of XftDraw.
* redisplay-xlike-inc.c (XLIKE_output_string): Use
DEVICE_X_XFTDRAW instead of FRAME_X_XFTDRAW when lazily creating
XftDraw structure.
author | Jeff Sparkes <jsparkes@gmail.com> |
---|---|
date | Wed, 23 Jun 2010 08:04:18 -0400 |
parents | 0f7d483cff5a |
children | 2cc24c69446c f19e6bc25969 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jun 13 23:54:13 2010 +0900 +++ b/src/ChangeLog Wed Jun 23 08:04:18 2010 -0400 @@ -1,3 +1,19 @@ +2010-06-21 Jeff Sparkes <jsparkes@gmail.com> + + * console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of + FRAME_X_FTDRAW. + (struct x_device): Add XftDraw field. + (struct x_frame): Remove XftDraw field. + Move XftDraw from frame to device for improved caching. + + * device-x.c (x_delete_device): Free XftDraw here. + + * frame-x.c (x_delete_frame): Remove freeing of XftDraw. + + * redisplay-xlike-inc.c (XLIKE_output_string): Use + DEVICE_X_XFTDRAW instead of FRAME_X_XFTDRAW when lazily creating + XftDraw structure. + 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> * elhash.c: