From: "Marcus" Newsgroups: comp.os.msdos.djgpp Subject: Mouse cursor in SVGA mode Date: Fri, 11 Feb 2000 03:03:46 +0100 Organization: Telenordia Lines: 23 Message-ID: <87vqo6$dh4$1@zingo.tninet.se> NNTP-Posting-Host: cns2-211-194.cm.starport.se X-Trace: zingo.tninet.se 950234694 13860 193.150.211.194 (11 Feb 2000 02:04:54 GMT) X-Complaints-To: abuse AT algo DOT net NNTP-Posting-Date: 11 Feb 2000 02:04:54 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I wonder how to get a mouse curson in the SVGA mode. I think it's no default cursor so I have to specify the cursor bitmap. Am I right? The problem is that I can't get it work. I don't know how to do this in DJGPP and if it's enough to change the bitmap. I attach the specification for the IRQ function. Thanks for all help... "INT 33 - MS MOUSE v3.0+ - DEFINE GRAPHICS CURSOR AX = 0009h BX = column of cursor hot spot in bitmap (-16 to 16) CX = row of cursor hot spot (-16 to 16) ES:DX -> mask bitmap (see #03170) Format of mouse mask bitmap: Offset Size Description (Table 03170) 00h 16 WORDs screen mask 10h 16 WORDs cursor mask" -- /regards Marcus