Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.835 emacs/src/keyboard.c:1.836
*** emacs/src/keyboard.c:1.835  Sun Aug  7 12:33:17 2005
--- emacs/src/keyboard.c        Thu Aug 25 08:20:12 2005
***************
*** 4002,4008 ****
          kbd_fetch_ptr = event + 1;
        }
  #endif
! #if defined (HAVE_X11) || defined (HAVE_NTGUI)
        else if (event->kind == ICONIFY_EVENT)
        {
          /* Make an event (iconify-frame (FRAME)).  */
--- 4002,4008 ----
          kbd_fetch_ptr = event + 1;
        }
  #endif
! #if defined (HAVE_X11) || defined (HAVE_NTGUI) || defined (MAC_OS)
        else if (event->kind == ICONIFY_EVENT)
        {
          /* Make an event (iconify-frame (FRAME)).  */


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to