Re: list view completely mangled in WINE

2004-08-05 Thread Dan Kegel
Hi Filip, if you're looking for testcases, could you try the demo programs in http://bugs.winehq.org/show_bug.cgi?id=1268 and http://bugs.winehq.org/show_bug.cgi?id=1404 ? Especially the latter one, which has a tiny MFC demo program in both source code form and precompiled. It misbehaves badly wi

Re: [D3D] Fixed XYZRHW vertex handling

2004-08-05 Thread Christian Costa
Francois Gouget wrote: --- dlls/ddraw/d3ddevice/mesa_old.c 2004-08-05 15:11:43.0 +0100 +++ dlls/ddraw/d3ddevice/mesa.c 2004-08-05 12:50:45.0 +0100 @@ -1172,7 +1172,7 @@ glVertex3fv(coords); } inline static void handle_xyzrhw(D3DVALUE *coords) { -if (coords[3] < 1e-8) +

BeginUpdateResource, UpdateResource and EndUpdateResource

2004-08-05 Thread Vincent Béron
Hi, I'd like to implement those 3 APIs (both the A and W variants) as the process to update the Mozilla installer for a localized build uses them. Anybody has some pointers where to begin? I tried following the FindResourceEx path, but got lost in ntdll. Vincent

Re: [D3D] Fixed XYZRHW vertex handling

2004-08-05 Thread Francois Gouget
--- dlls/ddraw/d3ddevice/mesa_old.c 2004-08-05 15:11:43.0 +0100 +++ dlls/ddraw/d3ddevice/mesa.c 2004-08-05 12:50:45.0 +0100 @@ -1172,7 +1172,7 @@ glVertex3fv(coords); } inline static void handle_xyzrhw(D3DVALUE *coords) { -if (coords[3] < 1e-8) +if ((coords[3] < 1

Re: list view completely mangled in WINE

2004-08-05 Thread Tobias Burnus
Hello, Tobias Burnus wrote: The patch improves the situation a lot! Even Save List works now! Thanks! I have another strangeness with multi-select lists (e.g. the lists in Diamond but this might affect other lists as well): * I go to a line, press shift and then the arrow keys. If I use arrow dow

warning when configuring wine-20040716 on OpenBSD 3.5+

2004-08-05 Thread Angelos D. Keromytis
configure: WARNING: sys/sysctl.h: present but cannot be compiled configure: WARNING: sys/sysctl.h: check for missing prerequisite headers? configure: WARNING: sys/sysctl.h: see the Autoconf documentation configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled" configure: