"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
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
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
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
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:
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
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?