Re: [Freerdp-devel] some code to add mouse wheel support for windows

2012-03-22 Thread Huihong Luo
Marc-Andre,   Our code is serious out of sync with git. Will try to download, and patch it, then submit the patch.   - huihong --- On Thu, 3/22/12, Marc-André Moreau wrote: From: Marc-André Moreau Subject: Re: [Freerdp-devel] some code to add mouse wheel support for windows To: "Huihon

Re: [Freerdp-devel] some code to add mouse wheel support for windows

2012-03-22 Thread Marc-André Moreau
Huihong, It would be great if you could submit patches as pull requests instead, otherwise it takes us more of our time On Wed, Mar 21, 2012 at 5:40 PM, Huihong Luo wrote: > can the dev add this code change to wf_event.c below. This makes mouse > wheel to work on windows FreeRDP client. > > LRE

[Freerdp-devel] some code to add mouse wheel support for windows

2012-03-21 Thread Huihong Luo
can the dev add this code change to wf_event.c below. This makes mouse wheel to work on windows FreeRDP client.   LRESULT CALLBACK wf_event_proc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)   {     case WM_MOUSEMOVE: . break;   // new code case WM_MOUSEWHEEL: { WORD fwKeys = GET_KEYSTAT