aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-02-24 15:45:28 +0000
committerJason Rumney2008-02-24 15:45:28 +0000
commit2face66975f3da09dbc3e032c0cfeb67047c53f0 (patch)
tree284ee6b5ca992bd7313d5c89491f6f75c84782a6 /src/ChangeLog
parentf5490ddcb4374e73c07a5729b4cfd7fbffd8b60a (diff)
downloademacs-2face66975f3da09dbc3e032c0cfeb67047c53f0.tar.gz
emacs-2face66975f3da09dbc3e032c0cfeb67047c53f0.zip
(x_draw_glyph_string_background): Clear the background
manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index afddcca381b..dda7a11fdaa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12008-02-24 Jason Rumney <jasonr@gnu.org> 12008-02-24 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32term.c: (x_draw_glyph_string_background): Clear the background
4 manually when cleartype is in use.
5 (x_draw_glyph_string_foreground): Draw text transparently when
6 cleartype is in use.
7
3 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting 8 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
4 a font into it unless we have to. 9 a font into it unless we have to.
5 10