[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: [PATCH 2/2] [Kernel32]: fix the management of input records
From:       "Dmitry Timoshkov" <dmitry () codeweavers ! com>
Date:       2009-04-28 3:02:41
Message-ID: 42BCC9FFAEC54EE1B1257A74E605267E () DMITRY
[Download RAW message or body]

"Eric Pouech" <eric.pouech@orange.fr> wrote:

> --- a/dlls/kernel32/editline.c
> +++ b/dlls/kernel32/editline.c
> @@ -818,7 +818,7 @@ WCHAR* CONSOLE_Readline(HANDLE hConsoleIn)
> /* EPP  WCEL_Dump(&ctx, "before func"); */
> ofs = ctx.ofs;
> /* mask out some bits which don't interest us */
> -        ks = ir.Event.KeyEvent.dwControlKeyState & \
> ~(NUMLOCK_ON|SCROLLLOCK_ON|CAPSLOCK_ON|ENHANCED_KEY); +        ks = \
> ir.Event.KeyEvent.dwControlKeyState & ~(NUMLOCK_ON|SCROLLLOCK_ON|CAPSLOCK_ON);

This reverts the following commit
http://www.winehq.org/pipermail/wine-cvs/2008-October/049124.html

which was a fix for the bug 4558.

-- 
Dmitry.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic