mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 15:30:29 -08:00
* src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.
This commit is contained in:
parent
1d2d7ee87e
commit
cc43606b55
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ selected frame is not an X-Windows frame. */)
|
|||
|
||||
if (!NILP (frame))
|
||||
f = decode_window_system_frame (frame);
|
||||
else if (FRAME_X_P (SELECTED_FRAME ()))
|
||||
else if (FRAME_WINDOW_P (SELECTED_FRAME ()))
|
||||
f = SELECTED_FRAME ();
|
||||
|
||||
#ifdef USE_GTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue