Mercurial > emacs
changeset 65109:2aed3dcccd0d
(kbd_buffer_get_event) [MAC_OS]: Make events for
ICONIFY/DEICONIFY_EVENT.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 25 Aug 2005 08:20:12 +0000 |
parents | 3c2360bf81c4 |
children | ac7314b59792 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Thu Aug 25 07:11:10 2005 +0000 +++ b/src/keyboard.c Thu Aug 25 08:20:12 2005 +0000 @@ -4002,7 +4002,7 @@ 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)). */