Re: [PATCH] user32: Fix error handling in MapWindowPoints, ClientToScreen and ScreenToClient and add tests for them.
20 Oct
2012
20 Oct
'12
2:06 a.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.
20 Oct
20 Oct
5: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.
4804
Age (days ago)
4804
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Costa -
Dmitry Timoshkov