aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b089a24505..0f8adef5759 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -110,7 +110,7 @@
110 110
111 * macterm.h (mac_term_init): Add types to extern. 111 * macterm.h (mac_term_init): Add types to extern.
112 (struct mac_output): Remove members mWP and pending_menu_activation. 112 (struct mac_output): Remove members mWP and pending_menu_activation.
113 Put members scroll_bar_foreground_pixel and 113 Put members scroll_bar_foreground_pixel and
114 scroll_bar_background_pixel in #if 0. 114 scroll_bar_background_pixel in #if 0.
115 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. 115 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
116 116
@@ -149,11 +149,11 @@
149 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects. 149 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
150 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs): 150 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
151 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed. 151 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
152 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs. 152 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
153 (draw_phys_cursor_glyph): Set width of erased cursor to use it for 153 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
154 calculating clipping rectangles later. Call x_fix_overlapping_area 154 calculating clipping rectangles later. Call x_fix_overlapping_area
155 with new OVERLAPS arg to draw only erased cursor area. 155 with new OVERLAPS arg to draw only erased cursor area.
156 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg 156 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
157 to draw overlaps in both preceding and succeeding rows. 157 to draw overlaps in both preceding and succeeding rows.
158 158
159 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in 159 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in