Drowning in FIXMEs...

Eric Pouech pouech-eric at wanadoo.fr
Fri Sep 3 12:41:13 CDT 2004


Chris Rankin a écrit :
>  --- Eric Pouech <pouech-eric at wanadoo.fr> 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 a handle to the console itself (in fact its 
current output buffer). 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.

A+



More information about the wine-devel mailing list