comparison src/dispnew.c @ 5083:37fecb3bf8d9

(direct_output_for_insert): Pass new arg to compute_char_face.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Nov 1993 09:43:03 +0000
parents 1fc792473491
children c4bf07b226be
comparison
equal deleted inserted replaced
5082:47a76678bf4d 5083:37fecb3bf8d9
889 return 0; 889 return 0;
890 890
891 { 891 {
892 #ifdef HAVE_X_WINDOWS 892 #ifdef HAVE_X_WINDOWS
893 int dummy; 893 int dummy;
894 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy); 894 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
895 #else 895 #else
896 int face = 0; 896 int face = 0;
897 #endif 897 #endif
898 898
899 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (g, face); 899 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (g, face);