home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / dosemu / dosemu-6.1-m next >
Internet Message Format  |  1995-10-10  |  1KB

  1. From POPmail Mon Apr 17 19:39:44 1995
  2. Return-Path: <owner-linux-msdos@vger.rutgers.edu>
  3. Received: from vger.rutgers.edu by herbie.unl.edu (4.1/SMI-4.1)
  4.     id AA11662; Mon, 17 Apr 95 18:51:36 CDT
  5. Received: (from daemon@localhost) by vger.rutgers.edu (8.6.12/8.6.10) id RAA08188 for linux-msdos-outgoing; Mon, 17 Apr 1995 17:58:39 -0400
  6. Message-Id: <199504172120.QAA02169@beavis.fire.com>
  7. To: linux-msdos@vger.rutgers.edu
  8. Subject: small dosemu0.60.1 bug
  9. Date: Mon, 17 Apr 1995 16:20:55 -0500
  10. From: Jon Green <jcgreen@fire.com>
  11. Sender: owner-linux-msdos@vger.rutgers.edu
  12. Precedence: bulk
  13. Status: RO
  14.  
  15. One small problem with dosemu0.60.1:
  16.  
  17. --- mouse.c~    Mon Apr 17 15:53:15 1995
  18. +++ mouse.c     Mon Apr 17 16:17:03 1995
  19. @@ -891,8 +891,10 @@
  20.         mouse_cursor(-1);
  21.  
  22.    mouse.cursor_on = -1;
  23. +#ifdef X_SUPPORT
  24.    if (config.X)
  25.       X_change_mouse_cursor();
  26. +#endif
  27.    mouse.lbutton = mouse.mbutton = mouse.rbutton = 0;
  28.    mouse.oldlbutton = mouse.oldmbutton = mouse.oldrbutton = 1;
  29.    mouse.lpcount = mouse.mpcount = mouse.rpcount = 0;
  30.  
  31.  
  32.  
  33. ----------------------------------------------------------------------------
  34. * Jon Green        *              LINUX!            * 3014 West St.#3      *
  35. * jcgreen@fire.com * The Choice of a GNU Generation * Ames, Iowa 50014     *
  36. * Jon2@IRC         *  http://www.fire.com/~jcgreen  * Phone (515) 296-1567 *
  37. ----------------------------------------------------------------------------
  38.  
  39.  
  40.