mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
(kbd_buffer_get_event) [MAC_OS]: Make events for
ICONIFY/DEICONIFY_EVENT.
This commit is contained in:
parent
aa284296a0
commit
fca32d15e2
1 changed files with 1 additions and 1 deletions
|
|
@ -4002,7 +4002,7 @@ kbd_buffer_get_event (kbp, used_mouse_menu)
|
|||
kbd_fetch_ptr = event + 1;
|
||||
}
|
||||
#endif
|
||||
#if defined (HAVE_X11) || defined (HAVE_NTGUI)
|
||||
#if defined (HAVE_X11) || defined (HAVE_NTGUI) || defined (MAC_OS)
|
||||
else if (event->kind == ICONIFY_EVENT)
|
||||
{
|
||||
/* Make an event (iconify-frame (FRAME)). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue