aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 8e6e3a422fc..dac5c164356 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -891,7 +891,7 @@ direct_output_for_insert (g)
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