diff options
| author | Jason Rumney | 2008-02-24 15:45:28 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-24 15:45:28 +0000 |
| commit | 2face66975f3da09dbc3e032c0cfeb67047c53f0 (patch) | |
| tree | 284ee6b5ca992bd7313d5c89491f6f75c84782a6 /src/ChangeLog | |
| parent | f5490ddcb4374e73c07a5729b4cfd7fbffd8b60a (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2008-02-24 Jason Rumney <jasonr@gnu.org> | 1 | 2008-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 | ||