19 Oct
2012
19 Oct
'12
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.