From b333849e49026f297c12d2d229e4dc10c6cfaeb6 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 24 Feb 2005 20:14:57 +0000 Subject: [PATCH] disable the hiding of the mousecursor videomode setting. (fixes ida) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2120 --- src/ints/mouse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ints/mouse.cpp b/src/ints/mouse.cpp index a955de88..68b50767 100644 --- a/src/ints/mouse.cpp +++ b/src/ints/mouse.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: mouse.cpp,v 1.45 2005-02-10 10:21:11 qbix79 Exp $ */ +/* $Id: mouse.cpp,v 1.46 2005-02-24 20:14:57 qbix79 Exp $ */ #include #include @@ -506,7 +506,7 @@ void Mouse_NewVideoMode(void) } else { real_writed(0,((0x8+MOUSE_IRQ)<<2),CALLBACK_RealPointer(call_int74)); } - mouse.shown=-1; +// mouse.shown=-1;//Disabled as ida doesn't have mousecursor anymore /* Get the correct resolution from the current video mode */ Bitu mode=mem_readb(BIOS_VIDEO_MODE); switch (mode) {