comparison src/xdisp.c @ 14559:de955910bcef

(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Feb 1996 20:56:46 +0000
parents 0936d5e38928
children 8fda783ead43
comparison
equal deleted inserted replaced
14558:a1805a3ff5c6 14559:de955910bcef
815 register int tlbufpos, tlendpos; 815 register int tlbufpos, tlendpos;
816 struct position pos; 816 struct position pos;
817 817
818 if (noninteractive) 818 if (noninteractive)
819 return; 819 return;
820
821 #ifdef USE_X_TOOLKIT
822 if (popup_activated ())
823 return;
824 #endif
820 825
821 #ifdef MULTI_FRAME 826 #ifdef MULTI_FRAME
822 if (FRAME_TERMCAP_P (selected_frame) 827 if (FRAME_TERMCAP_P (selected_frame)
823 && previous_terminal_frame != selected_frame) 828 && previous_terminal_frame != selected_frame)
824 { 829 {