home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / src / temp < prev    next >
Encoding:
Text File  |  1994-09-15  |  1.1 KB  |  30 lines

  1. *** amiga_screen.c    Thu Sep 15 01:06:37 1994
  2. --- amiga_screen.c!    Tue Aug 30 13:28:15 1994
  3. ***************
  4. *** 888,899 ****
  5.     while (amsg = (struct AppMessage *)GetMsg(wbport))
  6.         switch (amsg->am_Type)
  7.       {
  8. !     case AMTYPE_APPICON: case AMTYPE_APPWINDOW:
  9.         /* Add an event for all these files */
  10.         for (i = 0; i < amsg->am_NumArgs; i++) add_wbevent(amsg->am_ArgList + i);
  11.         wb_event = TRUE;
  12.         /* Reply to the message, and deiconify if was icon */
  13. !       deiconify = amsg->am_Type == AMTYPE_APPICON;
  14.         ReplyMsg(amsg);
  15.         if (deiconify && emacs_icon)
  16.           /* Reopen window */
  17. --- 888,899 ----
  18.     while (amsg = (struct AppMessage *)GetMsg(wbport))
  19.         switch (amsg->am_Type)
  20.       {
  21. !     case MTYPE_APPICON: case MTYPE_APPWINDOW:
  22.         /* Add an event for all these files */
  23.         for (i = 0; i < amsg->am_NumArgs; i++) add_wbevent(amsg->am_ArgList + i);
  24.         wb_event = TRUE;
  25.         /* Reply to the message, and deiconify if was icon */
  26. !       deiconify = amsg->am_Type == MTYPE_APPICON;
  27.         ReplyMsg(amsg);
  28.         if (deiconify && emacs_icon)
  29.           /* Reopen window */
  30.