summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Mironov <mironych@googlemail.com>2013-03-28 02:41:10 +0000
committerVlad Mironov <mironych@googlemail.com>2013-03-28 02:41:10 +0000
commit04fcd62cb9b1fadc3ed80662e468f95d375a1ba2 (patch)
tree38c19ec5a297b22c8f8b9433187209072a734e0e
parent08a5ca04b85cbf9a01f16a35ce523830f7f2d958 (diff)
ghazan, be careful when code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Clist_modern/src/modern_clui.cpp3
1 files changed, 1 insertions, 2 deletions
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;