aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index a596a487f3d..b97632dabca 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -2360,7 +2360,7 @@ x_draw_stretch_glyph_string (struct glyph_string *s)
2360static void 2360static void
2361x_draw_glyph_string (struct glyph_string *s) 2361x_draw_glyph_string (struct glyph_string *s)
2362{ 2362{
2363 int relief_drawn_p = 0; 2363 bool relief_drawn_p = 0;
2364 2364
2365 /* If S draws into the background of its successor, draw the 2365 /* If S draws into the background of its successor, draw the
2366 background of the successor first so that S can draw into it. 2366 background of the successor first so that S can draw into it.
@@ -4629,7 +4629,7 @@ w32_read_socket (struct terminal *terminal,
4629 { 4629 {
4630 /* If we decide we want to generate an event to be seen 4630 /* If we decide we want to generate an event to be seen
4631 by the rest of Emacs, we put it here. */ 4631 by the rest of Emacs, we put it here. */
4632 int tool_bar_p = 0; 4632 bool tool_bar_p = 0;
4633 int button; 4633 int button;
4634 int up; 4634 int up;
4635 4635