Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5236:0f7d483cff5a | 5237:6466bc9ebf15 |
|---|---|
| 1 2010-06-21 Jeff Sparkes <jsparkes@gmail.com> | |
| 2 | |
| 3 * console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of | |
| 4 FRAME_X_FTDRAW. | |
| 5 (struct x_device): Add XftDraw field. | |
| 6 (struct x_frame): Remove XftDraw field. | |
| 7 Move XftDraw from frame to device for improved caching. | |
| 8 | |
| 9 * device-x.c (x_delete_device): Free XftDraw here. | |
| 10 | |
| 11 * frame-x.c (x_delete_frame): Remove freeing of XftDraw. | |
| 12 | |
| 13 * redisplay-xlike-inc.c (XLIKE_output_string): Use | |
| 14 DEVICE_X_XFTDRAW instead of FRAME_X_XFTDRAW when lazily creating | |
| 15 XftDraw structure. | |
| 16 | |
| 1 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> | 17 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
| 2 | 18 |
| 3 * elhash.c: | 19 * elhash.c: |
| 4 * emacs.c: | 20 * emacs.c: |
| 5 * glade.c: | 21 * glade.c: |
