Re: comctl32: toolbar[7/8]: use the width of the current button instead of nButtonWidth to position the icon (fixes bug #3459)

2006-11-01 Thread James Hawkins
On 11/1/06, Mikołaj Zalewski <[EMAIL PROTECTED]> wrote: BTNS_AUTOSIZE buttons can have a non-standard width. You forgot the patch. -- James Hawkins

Re: mscoree: change WCHAR version[ ] in GetCORVersion to prevent a crash

2006-11-01 Thread James Hawkins
On 11/1/06, Louis. Lenders <[EMAIL PROTECTED]> wrote: Hi, this, on top of previous patch, makes the directx redistributable 9.0c october 2006 install succeed fine instead of crashing. Send instant messages to your online friends http://uk.messenger.yahoo.com diff --git a/dlls/mscoree/mscoree_

Re: Patch for opengl32.dll.so

2006-11-01 Thread Roderick Colenbrander
> On 11/1/06, Bertrand Coconnier <[EMAIL PROTECTED]> wrote: > > Hi, > > > > The last release of Wine 0.9.24 contains an error in the code of > opengl32.dll.so > > under X11 : Wine tries to get the address of "wglGetIntegerv" (line 608 > of > > dlls/opengl32/wgl.c) before the extensions of WGL have

Re: select() on sockets considered harmful, use poll() instead?

2006-11-01 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > Dan wrote: >> The suspect statements are: >> >> dinput/joystick_linux.c: if (1>select(This->joyfd+1,&readfds,... >> dinput/joystick_linuxinput.c: if (1>select(This->joyfd+1,&readfds,... >> icmp/icmp_main.c: while ((res=select(icp->sid+1,&fdr

Re: [advpack] Fix typo's

2006-11-01 Thread Paul Vriens
On Tue, 2006-10-31 at 11:05 -0800, James Hawkins wrote: > On 10/31/06, Paul Vriens <[EMAIL PROTECTED]> wrote: > > Hi, > > > > most likely lstrcat was intended. I haven't checked why this lead to errors > > on > > Windows and not on Wine. > > > > It works in XP, at least, because you don't have to

Re: Patch for opengl32.dll.so

2006-11-01 Thread Jesse Allen
On 11/1/06, Bertrand Coconnier <[EMAIL PROTECTED]> wrote: Hi, The last release of Wine 0.9.24 contains an error in the code of opengl32.dll.so under X11 : Wine tries to get the address of "wglGetIntegerv" (line 608 of dlls/opengl32/wgl.c) before the extensions of WGL have actually been loaded (i

Re: gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation (try 1)

2006-11-01 Thread Alex Villací­s Lasso
Alex Villací­s Lasso escribió: Alex Villací­s Lasso escribió: Huw Davies escribió: On Fri, Oct 20, 2006 at 05:49:09PM -0500, Alex Villací­s Lasso wrote: This is the first attempt at a patch that will fix the debug assertion when icons are rendered into metafiles (triggered by Enterprise Arc

Re: select() on sockets considered harmful, use poll() instead?

2006-11-01 Thread Juan Lang
Dan wrote: > The suspect statements are: > > dinput/joystick_linux.c: if (1>select(This->joyfd+1,&readfds,... > dinput/joystick_linuxinput.c: if (1>select(This->joyfd+1,&readfds,... > icmp/icmp_main.c: while ((res=select(icp->sid+1,&fdr,... > netapi32/nbt.c: r = selec

select() on sockets considered harmful, use poll() instead?

2006-11-01 Thread Dan Kegel
This probably won't bite us for a while, but I noticed several uses of select() on sockets in the wine source code. This will fail in programs that need more than FD_SETSIZE file descriptors if one of the sockets being selected on happens to have a value of FD_SETSIZE or higher. Glibc fixes FD_SE

Re: Executing wine over make segfaults.

2006-11-01 Thread Marcus Meissner
On Mon, Oct 30, 2006 at 08:36:48AM +0100, Jimmy W wrote: > It says that wine is compiled with the: > > ./configure CFLAGS=-fno-stack-protector > > So the bug shud not apply, also i have been installing binaries for > other distribution (debian binaries) also from winehq own ubuntu rep. > > I th