huw,

Thanks for this update... After a while, I thought that my WindowRgn 
patch wouldn't make it into the tree. I have an updated version which 
had this fix along with other XShape<-->WindowRgns issues. Look for an 
update later this week...

Francois


Huw D M Davies wrote:
> 
>       Huw D M Davies <[EMAIL PROTECTED]>
>       Initialize hrgnWnd.
> -- 
>    Dr. Huw D M Davies              | Clarendon Laboratory
>    [EMAIL PROTECTED]      | Parks Road
>    Tel: +44 1865 272390            | Oxford OX1 3PU
>    Fax: +44 1865 272400            | UK
> 
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> 
> Index: windows/win.c
> ===================================================================
> RCS file: /home/wine/wine/windows/win.c,v
> retrieving revision 1.95
> diff -u -r1.95 win.c
> --- windows/win.c     2000/07/15 19:42:52     1.95
> +++ windows/win.c     2000/07/29 16:45:39
> @@ -810,6 +810,7 @@
>      wndPtr->text           = NULL;
>      wndPtr->hmemTaskQ      = GetFastQueue16();
>      wndPtr->hrgnUpdate     = 0;
> +    wndPtr->hrgnWnd        = 0;
>      wndPtr->hwndLastActive = hwnd;
>      wndPtr->dwStyle        = cs->style & ~WS_VISIBLE;
>      wndPtr->dwExStyle      = cs->dwExStyle;
> 


Reply via email to