From POPmail Mon Apr 17 19:39:44 1995 Return-Path: Received: from vger.rutgers.edu by herbie.unl.edu (4.1/SMI-4.1) id AA11662; Mon, 17 Apr 95 18:51:36 CDT 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 Message-Id: <199504172120.QAA02169@beavis.fire.com> To: linux-msdos@vger.rutgers.edu Subject: small dosemu0.60.1 bug Date: Mon, 17 Apr 1995 16:20:55 -0500 From: Jon Green Sender: owner-linux-msdos@vger.rutgers.edu Precedence: bulk Status: RO One small problem with dosemu0.60.1: --- mouse.c~ Mon Apr 17 15:53:15 1995 +++ mouse.c Mon Apr 17 16:17:03 1995 @@ -891,8 +891,10 @@ mouse_cursor(-1); mouse.cursor_on = -1; +#ifdef X_SUPPORT if (config.X) X_change_mouse_cursor(); +#endif mouse.lbutton = mouse.mbutton = mouse.rbutton = 0; mouse.oldlbutton = mouse.oldmbutton = mouse.oldrbutton = 1; mouse.lpcount = mouse.mpcount = mouse.rpcount = 0; ---------------------------------------------------------------------------- * Jon Green * LINUX! * 3014 West St.#3 * * jcgreen@fire.com * The Choice of a GNU Generation * Ames, Iowa 50014 * * Jon2@IRC * http://www.fire.com/~jcgreen * Phone (515) 296-1567 * ----------------------------------------------------------------------------