Re: dlls/winex11.drv/dib.c: initialize two warnings (RESEND)

2009-10-31 Thread Alexandre Julliard
Gerald Pfeifer ger...@pfeifer.com writes: I looked into this in more detail, and now remember why I couldn't do this. From X11DRV_GetDIBits() we invoke DIB_GetBitmapInfo() with these two variables being passed by addresses which in turns forwards to DIB_GetBitmapInfoEx(). And there we

Re: dlls/winex11.drv/dib.c: initialize two warnings (RESEND)

2009-10-20 Thread Alexandre Julliard
Gerald Pfeifer ger...@pfeifer.com writes: I verified that I still need this patch originally sent on May 31st to address to compiler warings with current versions of GCC 4.5.0. This seems to be the only invocation of DIB_GetBitmapInfo which requires this kind of extra initialization. I