aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 574457f727f..a69552a2812 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -1360,7 +1360,6 @@ w32_text_out (s, x, y,chars,nchars)
1360} 1360}
1361 1361
1362 1362
1363
1364static void x_set_glyph_string_clipping P_ ((struct glyph_string *)); 1363static void x_set_glyph_string_clipping P_ ((struct glyph_string *));
1365static void x_set_glyph_string_gc P_ ((struct glyph_string *)); 1364static void x_set_glyph_string_gc P_ ((struct glyph_string *));
1366static void x_draw_glyph_string_background P_ ((struct glyph_string *, 1365static void x_draw_glyph_string_background P_ ((struct glyph_string *,
@@ -2212,7 +2211,6 @@ x_draw_image_foreground (s)
2212} 2211}
2213 2212
2214 2213
2215
2216/* Draw a relief around the image glyph string S. */ 2214/* Draw a relief around the image glyph string S. */
2217 2215
2218static void 2216static void
@@ -2669,7 +2667,7 @@ x_draw_glyph_string (s)
2669 } 2667 }
2670 else 2668 else
2671 { 2669 {
2672 w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x, 2670 w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
2673 s->y + dy, s->width, h); 2671 s->y + dy, s->width, h);
2674 } 2672 }
2675 } 2673 }
@@ -2963,14 +2961,6 @@ x_new_focus_frame (dpyinfo, frame)
2963 if (old_focus && old_focus->auto_lower) 2961 if (old_focus && old_focus->auto_lower)
2964 x_lower_frame (old_focus); 2962 x_lower_frame (old_focus);
2965 2963
2966
2967
2968
2969
2970
2971
2972
2973
2974 if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise) 2964 if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)
2975 pending_autoraise_frame = dpyinfo->w32_focus_frame; 2965 pending_autoraise_frame = dpyinfo->w32_focus_frame;
2976 else 2966 else
@@ -4839,7 +4829,6 @@ w32_read_socket (sd, expected, hold_quit)
4839 if (f) 4829 if (f)
4840 x_new_focus_frame (dpyinfo, f); 4830 x_new_focus_frame (dpyinfo, f);
4841 4831
4842
4843 dpyinfo->grabbed = 0; 4832 dpyinfo->grabbed = 0;
4844 check_visibility = 1; 4833 check_visibility = 1;
4845 break; 4834 break;
@@ -5057,7 +5046,6 @@ w32_read_socket (sd, expected, hold_quit)
5057} 5046}
5058 5047
5059 5048
5060
5061 5049
5062/*********************************************************************** 5050/***********************************************************************
5063 Text Cursor 5051 Text Cursor