(Fset_face_attribute_internal): Set mouse_face_defer
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Jul 1997 15:50:59 +0000 (15:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Jul 1997 15:50:59 +0000 (15:50 +0000)
only if HAVE_X_WINDOWS is defined.

src/xfaces.c

index 230d816..5d97fc3 100644 (file)
@@ -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;