diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c1e8f0148d..cc18a76b96b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2002-11-15 Jason Rumney <jasonr@gnu.org> | 1 | 2002-11-15 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32term.c (x_draw_image_foreground) | ||
| 4 | (w32_draw_image_foreground_1): Use standard copy and invert | ||
| 5 | operations to draw images. | ||
| 6 | |||
| 7 | * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for | ||
| 8 | depth of 1. | ||
| 9 | (xbm_read_bitmap_data): Invert bits as xbm is read in. | ||
| 10 | (XPutPixel): Don't invert bits here. | ||
| 11 | |||
| 12 | 2002-11-15 Jason Rumney <jasonr@gnu.org> | ||
| 13 | |||
| 3 | * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string) | 14 | * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string) |
| 4 | (w32_draw_image_foreground_1): Handle image masks. | 15 | (w32_draw_image_foreground_1): Handle image masks. |
| 5 | (x_draw_image_glyph_string): Don't BitBlt transparently. | 16 | (x_draw_image_glyph_string): Don't BitBlt transparently. |