diff options
| author | Eli Zaretskii | 1997-07-10 15:50:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1997-07-10 15:50:59 +0000 |
| commit | a7efda1fe708c27c5c9f47d7bd625e501266b9d0 (patch) | |
| tree | 4dbff03771ef8009cf09f969a99ccb58944e311e /src | |
| parent | b8ae93ada3a826ad9ad263c61efbe6ae3dcbf2f5 (diff) | |
| download | emacs-a7efda1fe708c27c5c9f47d7bd625e501266b9d0.tar.gz emacs-a7efda1fe708c27c5c9f47d7bd625e501266b9d0.zip | |
(Fset_face_attribute_internal): Set mouse_face_defer
only if HAVE_X_WINDOWS is defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 230d81688e1..5d97fc37a06 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1253,7 +1253,9 @@ DEFUN ("set-face-attribute-internal", Fset_face_attribute_internal, | |||
| 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; |