mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(Fx_popup_menu): Change for Lisp_Object selected_frame.
(Fx_popup_dialog): Ditto.
This commit is contained in:
parent
0fe92f72b4
commit
b404828f5f
1 changed files with 2 additions and 2 deletions
|
|
@ -708,7 +708,7 @@ cached information about equivalent key sequences.")
|
|||
|| (CONSP (position) && EQ (XCAR (position), Qmenu_bar)))
|
||||
{
|
||||
/* Use the mouse's current position. */
|
||||
FRAME_PTR new_f = selected_frame;
|
||||
FRAME_PTR new_f = SELECTED_FRAME ();
|
||||
Lisp_Object bar_window;
|
||||
enum scroll_bar_part part;
|
||||
unsigned long time;
|
||||
|
|
@ -907,7 +907,7 @@ on the left of the dialog box and all following items on the right.\n\
|
|||
{
|
||||
#if 0 /* Using the frame the mouse is on may not be right. */
|
||||
/* Use the mouse's current position. */
|
||||
FRAME_PTR new_f = selected_frame;
|
||||
FRAME_PTR new_f = SELECTED_FRAME ();
|
||||
Lisp_Object bar_window;
|
||||
int part;
|
||||
unsigned long time;
|
||||
|
|
|
|||
Loading…
Reference in a new issue