comparison src/xmenu.c @ 6656:19bcf36f315e

(Fx_popup_dialog): If POSITION is t, use selected frame.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Apr 1994 19:43:01 +0000
parents 14a0a3fe93fd
children cda1ce7952ca
comparison
equal deleted inserted replaced
6655:41be2ee67089 6656:19bcf36f315e
871 else 871 else
872 window = selected_window; 872 window = selected_window;
873 #endif 873 #endif
874 /* Decode the first argument: find the window and the coordinates. */ 874 /* Decode the first argument: find the window and the coordinates. */
875 if (EQ (position, Qt)) 875 if (EQ (position, Qt))
876 { 876 window = selected_window;
877 window = selected_window;
878 XFASTINT (x) = 0;
879 XFASTINT (y) = 0;
880 }
881 } 877 }
882 else if (CONSP (position)) 878 else if (CONSP (position))
883 { 879 {
884 Lisp_Object tem; 880 Lisp_Object tem;
885 tem = Fcar (position); 881 tem = Fcar (position);