Mercurial > emacs
changeset 101978:9a4825a9e483
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 12 Feb 2009 14:39:17 +0000 |
parents | 9a5d93661ee4 |
children | 1c96a8f3d1d7 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 12 14:36:33 2009 +0000 +++ b/src/ChangeLog Thu Feb 12 14:39:17 2009 +0000 @@ -1,5 +1,9 @@ 2009-02-12 Jason Rumney <jasonr@gnu.org> + * w32term.c (x_display_pixel_height, x_display_pixel_width): + Release DC when finished. Use NULL window to refer to desktop. + (w32_term_init): Use NULL window to refer to desktop. (Bug#460) + * w32font.c (add_font_entity_to_list): Fix check for substituted raster fonts. (Bug#2219)