comparison src/dispnew.c @ 8394:b5d2495d6553

(direct_output_for_insert): Pass missing 8th argument to compute_char_face.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Jul 1994 05:38:17 +0000
parents c01188c50e70
children 4601ff818876
comparison
equal deleted inserted replaced
8393:4d3ae3aff631 8394:b5d2495d6553
1088 int face = 0; 1088 int face = 0;
1089 #ifdef HAVE_X_WINDOWS 1089 #ifdef HAVE_X_WINDOWS
1090 int dummy; 1090 int dummy;
1091 1091
1092 if (FRAME_X_P (frame)) 1092 if (FRAME_X_P (frame))
1093 face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); 1093 face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point, 0);
1094 #endif 1094 #endif
1095 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face); 1095 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face);
1096 current_frame->charstarts[vpos][hpos] = point - 1; 1096 current_frame->charstarts[vpos][hpos] = point - 1;
1097 /* Record the entry for after the newly inserted character. */ 1097 /* Record the entry for after the newly inserted character. */
1098 current_frame->charstarts[vpos][hpos + 1] = point; 1098 current_frame->charstarts[vpos][hpos + 1] = point;