comparison src/xfaces.c @ 18723:e8795ba48121

(Fset_face_attribute_internal): Set mouse_face_defer only if HAVE_X_WINDOWS is defined.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 10 Jul 1997 15:50:59 +0000
parents 157cdb505495
children e789b647f15b
comparison
equal deleted inserted replaced
18722:3905119ebc75 18723:e8795ba48121
1251 And we must inhibit any Expose events until the redraw is done, 1251 And we must inhibit any Expose events until the redraw is done,
1252 since they would try to use the invalid display faces. */ 1252 since they would try to use the invalid display faces. */
1253 if (garbaged) 1253 if (garbaged)
1254 { 1254 {
1255 SET_FRAME_GARBAGED (f); 1255 SET_FRAME_GARBAGED (f);
1256 #ifdef HAVE_X_WINDOWS
1256 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 1; 1257 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 1;
1258 #endif
1257 } 1259 }
1258 1260
1259 return Qnil; 1261 return Qnil;
1260 } 1262 }
1261 /* Return the face id for name NAME on frame FRAME. 1263 /* Return the face id for name NAME on frame FRAME.