Re: Implement [Un]RegisterHotKey with test

2009-03-31 Thread Vincent Povirk
I've been told the functionality needs to go in the server. You should be using git format-patch to create your patches (see http://winehq.org/sending_patches). You're mixing tabs and spaces. Please don't do that. Vincent Povirk 2009/3/30 Vladimir Pankratov script...@mail.ru: Hello. Based

Re: Implement [Un]RegisterHotKey with test

2009-03-31 Thread Detlef Riekenberg
On Mo, 2009-03-30 at 18:17 +0500, Vladimir Pankratov wrote: +return DefWindowProcW (hWnd, msg, wParam, lParam); +WCHAR className[] = {'T','e','s','t','H','o','t','K','e','y',0}; +WCHAR winName[] = {'H','o','t','K','e','y','T','e','s','t',0}; +ATOM classatom; +