NG: Wine and cyrillic input and output ?

2001-09-25 Thread Dmitry Timoshkov
Hello all. This patch fixes a couple of problems with keyboard group switching reported in the news group: 1. Group switch had never worked before, if the keyboard has been switched outside of Wine. 2. I was clearly stated that Group switch is active if event-state 0x2000, not event-state

GetClipboardData

2001-09-25 Thread Dominik Strasser
Hello, with MS WinWord I am encountering the following problem: If there's something selected, GetClipboardData is called. In GetClipboardData, there is the line: HWND hWnd = (hWndClipWindow) ? hWndClipWindow : GetActiveWindow(); hWndClipWindow is 0, so GetActiveWindow() is called which also

Re: NG: Wine and cyrillic input and output ?

2001-09-25 Thread Dmitry Timoshkov
Nerijus Baliunas [EMAIL PROTECTED] wrote: In my XF86Config-4 I have: Option XkbLayout lt Option XkbOptions grp:ctrl_shift_toggle - it means Ctrl+Shift switches layouts. I switched layouts 2 times in notepad. Without patch: err:keyboard:X11DRV_ToUnicode Please report: no char for

GetMessageTime

2001-09-25 Thread David Hammerton
Hey, Durings my hunting down for why SetFocus wasnt always working, I have traced it back to a problem with GetMessageTime(). (which I have made a temporary fix for, haven't sent it to wine-patches because its not the 'right' way of fixing it) GetMessageTime() is supposed to return the time of

Getting Routing tables

2001-09-25 Thread Robert Lunnon
In my pitiful attempt to hack on WINE I have come to an impasse. I have managed to find portable equivalents to get the interface name and the number of interfaces in winsock/wsock32 but I can't seem to find a portable way to get to the routing table. In Solaris (why I'm doing the hacking)