diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c index cbaf823ae29..fc45bdd30a3 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1000,7 +1000,7 @@ x_set_mouse_face_gc (struct glyph_string *s) | |||
| 1000 | else | 1000 | else |
| 1001 | face_id = FACE_FOR_CHAR (s->f, face, 0, -1, Qnil); | 1001 | face_id = FACE_FOR_CHAR (s->f, face, 0, -1, Qnil); |
| 1002 | s->face = FACE_FROM_ID (s->f, face_id); | 1002 | s->face = FACE_FROM_ID (s->f, face_id); |
| 1003 | PREPARE_FACE_FOR_DISPLAY (s->f, s->face); | 1003 | prepare_face_for_display (s->f, s->face); |
| 1004 | 1004 | ||
| 1005 | /* If font in this face is same as S->font, use it. */ | 1005 | /* If font in this face is same as S->font, use it. */ |
| 1006 | if (s->font == s->face->font) | 1006 | if (s->font == s->face->font) |
| @@ -1050,7 +1050,7 @@ x_set_mode_line_face_gc (struct glyph_string *s) | |||
| 1050 | static inline void | 1050 | static inline void |
| 1051 | x_set_glyph_string_gc (struct glyph_string *s) | 1051 | x_set_glyph_string_gc (struct glyph_string *s) |
| 1052 | { | 1052 | { |
| 1053 | PREPARE_FACE_FOR_DISPLAY (s->f, s->face); | 1053 | prepare_face_for_display (s->f, s->face); |
| 1054 | 1054 | ||
| 1055 | if (s->hl == DRAW_NORMAL_TEXT) | 1055 | if (s->hl == DRAW_NORMAL_TEXT) |
| 1056 | { | 1056 | { |