Mercurial > emacs
comparison src/xdisp.c @ 47174:68836f99f298
(get_window_cursor_type): Don't use x_highlight_frame
member of x_display_info unless we compile for some window system.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 31 Aug 2002 10:16:40 +0000 |
parents | c10af00d34e0 |
children | fc2b2a9d0188 |
comparison
equal
deleted
inserted
replaced
47173:06302ff9b201 | 47174:68836f99f298 |
---|---|
15318 | 15318 |
15319 non_selected = 1; | 15319 non_selected = 1; |
15320 } | 15320 } |
15321 | 15321 |
15322 /* Nonselected window or nonselected frame. */ | 15322 /* Nonselected window or nonselected frame. */ |
15323 else if (f != FRAME_X_DISPLAY_INFO (f)->x_highlight_frame | 15323 else if (w != XWINDOW (f->selected_window) |
15324 || w != XWINDOW (f->selected_window)) | 15324 #ifdef HAVE_WINDOW_SYSTEM |
15325 || f != FRAME_X_DISPLAY_INFO (f)->x_highlight_frame | |
15326 #endif | |
15327 ) | |
15325 { | 15328 { |
15326 if (MINI_WINDOW_P (w) && minibuf_level == 0) | 15329 if (MINI_WINDOW_P (w) && minibuf_level == 0) |
15327 return NO_CURSOR; | 15330 return NO_CURSOR; |
15328 | 15331 |
15329 non_selected = 1; | 15332 non_selected = 1; |