From a7efda1fe708c27c5c9f47d7bd625e501266b9d0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Jul 1997 15:50:59 +0000 Subject: [PATCH] (Fset_face_attribute_internal): Set mouse_face_defer only if HAVE_X_WINDOWS is defined. --- src/xfaces.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xfaces.c b/src/xfaces.c index 230d81688e..5d97fc37a0 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1253,7 +1253,9 @@ DEFUN ("set-face-attribute-internal", Fset_face_attribute_internal, if (garbaged) { SET_FRAME_GARBAGED (f); +#ifdef HAVE_X_WINDOWS FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 1; +#endif } return Qnil; -- 2.20.1