emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 25 Aug 2005 04:20:12 -0400

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)).  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]