From 04fcd62cb9b1fadc3ed80662e468f95d375a1ba2 Mon Sep 17 00:00:00 2001 From: Vlad Mironov Date: Thu, 28 Mar 2013 02:41:10 +0000 Subject: ghazan, be careful when code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Clist_modern/src') diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index e82eb84c94..27e2b34ff4 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -2120,8 +2120,7 @@ LRESULT CLUI::OnAutoAlphaTimer(UINT msg, WPARAM wParam, LPARAM lParam) inwnd = TRUE; } else { - DWORD dwPos = GetMessagePos(); - POINT pt = UNPACK_POINT(lParam); + POINT pt = UNPACK_POINT(GetMessagePos()); HWND hwndPt = WindowFromPoint(pt); inwnd = FALSE; -- cgit v1.2.3