Re: [PATCH] user32: Fix error handling in MapWindowPoints, ClientToScreen and ScreenToClient and add tests for them.
Oct. 19, 2012
9:06 p.m.
Christian Costa <titan.costa(a)gmail.com> wrote:
-BOOL WINAPI ScreenToClient( HWND hwnd, LPPOINT lppnt ) +BOOL WINAPI ScreenToClient( HWND wnd, LPPOINT point )
Please stick to commonly used 'hwnd' for a window handle, renaming 'lppnt' to 'point' is also not justified. -- Dmitry.
October 2012
12:14 a.m.
New subject: [PATCH] user32: Fix error handling in MapWindowPoints, ClientToScreen and ScreenToClient and add tests for them.
Le 20/10/2012 04:06, Dmitry Timoshkov a écrit :
Christian Costa <titan.costa(a)gmail.com> wrote:
-BOOL WINAPI ScreenToClient( HWND hwnd, LPPOINT lppnt ) +BOOL WINAPI ScreenToClient( HWND wnd, LPPOINT point ) Please stick to commonly used 'hwnd' for a window handle, renaming 'lppnt' to 'point' is also not justified.
I can revert them but I was told using Microsost variable naming was not encouraged.
4950
Age (days ago)
4950
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Costa -
Dmitry Timoshkov