Re: Fix two bugs in SetScrollRange

2004-07-07 Thread Dmitry Timoshkov
"Troy Rollo" <[EMAIL PROTECTED]> wrote: > This fixes two bugs in SetScrollRange: > > 1. Setting the scroll range with the "bRedraw" flag set to true on a > non-control scrollbar results in the scrollbar being drawn over the whole > window area. > > 2. If you don't set WS_HSCROLL/WS_VSCROLL on

Re: HKEY_DYN_DATA in win9x

2004-07-07 Thread Robert Reif
Mike Hearn wrote: Isn't that Plug'n'Play/hardware information? We may need to just fill out a few dummy entries. On Tue, 06 Jul 2004 18:30:12 -0400, Robert Reif wrote: I have a program that fails when it can't find HKEY_DYN_DATA\Config Manager\Enum in the registry. Any pointers on where to sta

Pending patches

2004-07-07 Thread Ge van Geldorp
Last week I submitted the following patches: http://www.winehq.org/hypermail/wine-patches/2004/06/0227.html (dlls/commdlg "old style" file dialogs - take 2) and http://www.winehq.org/hypermail/wine-patches/2004/06/0276.html (dlls/shell32 RestartDialog and RestartDialogEx) Is there any particula

Re: WINE regression

2004-07-07 Thread Christian Costa
Christian Costa wrote: Hi Alexandre, I've just update my tree and now I'm experiencing problems about: - screen no more updated in a game - X protocol error when moving a window for 3 other games It seems the patch that causes the regression is http://cvs.winehq.org/patch.py?id=12703 Could you look

RE: WM_NEXTDLGCTL changes the default button ID and does not res t ore default control identifier

2004-07-07 Thread Krishna Murthy
Title: RE: WM_NEXTDLGCTL changes the default button ID and does not rest ore default control identifier Alexandre, Please find attached conformance test. Thanks, krishna -Original Message- From: Alexandre Julliard [mailto:[EMAIL PROTECTED]] Sent: Friday, June 25, 2004 12:34 PM To:

HANDLE support code

2004-07-07 Thread Michael Jung
Hello, is there any kind of support code to implement HANDLE tables in the wine source tree? I'm thinking of something like the code server/handle.c, but for use in dll implementations. I would think that most dll implementations need something like this. Thanks, Michael -- Michael Jung, MS

Re: HKEY_DYN_DATA in win9x

2004-07-07 Thread Mike Hearn
Isn't that Plug'n'Play/hardware information? We may need to just fill out a few dummy entries. On Tue, 06 Jul 2004 18:30:12 -0400, Robert Reif wrote: > I have a program that fails when it can't find HKEY_DYN_DATA\Config > Manager\Enum > in the registry. Any pointers on where to start?