Re: Drowning in FIXMEs...

2004-09-08 Thread Peter \"Firefly\" Lund
On Mon, 6 Sep 2004 [EMAIL PROTECTED] wrote: > On Sun, Sep 05, 2004 at 10:09:26PM +0300, Jukka Heinonen wrote: > > Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse > > cursor, a character cell which gets inverted or otherwise > > IIRC it's inverted. That depends. There is a call wh

Re: Drowning in FIXMEs...

2004-09-06 Thread michael
On Sun, Sep 05, 2004 at 10:09:26PM +0300, Jukka Heinonen wrote: > Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse > cursor, a character cell which gets inverted or otherwise IIRC it's inverted. > highlighted in order to show where mouse is currently located at. This is aproxima

Re: Drowning in FIXMEs...

2004-09-05 Thread Kevin Koltzau
On Sunday 05 September 2004 03:09 pm, Jukka Heinonen wrote: > Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse > cursor, a character cell which gets inverted or otherwise > highlighted in order to show where mouse is currently located at. > As far as I know, neither Wine nor Window

Re: Drowning in FIXMEs...

2004-09-05 Thread Jukka Heinonen
Chris Rankin: > OK, here's a first draft at a patch. Created with > reference to my old copies of Ralph Brown's Interrupt > List. Well, under DOS VGA text mode, mouse cursor is like "gpm" mouse cursor, a character cell which gets inverted or otherwise highlighted in order to show where mouse is

Re: Drowning in FIXMEs...

2004-09-05 Thread Chris Rankin
> Check out the content of vga.c (in > dlls/winedos), you have most of the code you need. > However, int33 mouse hide/show should cooperate with > the vga layer. OK, here's a first draft at a patch. Created with reference to my old copies of Ralph Brown's Interrupt List. Cheers, Chris

Re: Drowning in FIXMEs...

2004-09-03 Thread Eric Pouech
Chris Rankin a écrit : --- Eric Pouech <[EMAIL PROTECTED]> wrote: HWND WINAPI GetConsoleWindow(VOID) { FIXME("stub\n"); return NULL; } no this returns the handle to the window (in USER32) which contains the console. WHat you need is

Re: Drowning in FIXMEs...

2004-09-03 Thread Chris Rankin
--- Eric Pouech <[EMAIL PROTECTED]> wrote: > SetConsoleCursorInfo would do (if you're running the > program under wineconsole). /** * GetConsoleWindow [EMAIL PROTECTED] */ HWND WINAPI GetConsoleWindow(VOID) { FIXME

Re: Drowning in FIXMEs...

2004-09-02 Thread Eric Pouech
Chris Rankin a écrit : Hi, I am almost running an old DOS-based application using wineconsole, but I am constantly being bombarded by FIXME messages from the DOSVM's Int33 calls for "Show mouse cursor" and "Hide mouse cursor". I have tracked the relevant code down to dlls/winedos/int33.c, but don't

Drowning in FIXMEs...

2004-09-01 Thread Chris Rankin
Hi, I am almost running an old DOS-based application using wineconsole, but I am constantly being bombarded by FIXME messages from the DOSVM's Int33 calls for "Show mouse cursor" and "Hide mouse cursor". I have tracked the relevant code down to dlls/winedos/int33.c, but don't know how the DOSVM d