From cdff820aeb7d935d18fb66027102f69ec96bf92c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 30 Oct 2012 20:08:15 +0000 Subject: minor clists' code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/src/clcpaint.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_mw/src/clcpaint.cpp') diff --git a/plugins/Clist_mw/src/clcpaint.cpp b/plugins/Clist_mw/src/clcpaint.cpp index b4fc20850f..ee5e17fb53 100644 --- a/plugins/Clist_mw/src/clcpaint.cpp +++ b/plugins/Clist_mw/src/clcpaint.cpp @@ -151,7 +151,7 @@ void InternalPaintClc(HWND hwnd,struct ClcData *dat,HDC hdc,RECT *rcPaint) RECT clRect; int y,indent,index,fontHeight, subindex, subident; struct ClcContact *Drawing; - struct ClcGroup *group; + ClcGroup *group; HBITMAP hBmpOsb; DWORD style = GetWindowLongPtr(hwnd,GWL_STYLE); int status = GetGeneralisedStatus(); @@ -452,9 +452,9 @@ void InternalPaintClc(HWND hwnd,struct ClcData *dat,HDC hdc,RECT *rcPaint) else if (Drawing->type == CLCIT_GROUP) { RECT rc; if (szCounts[0]) { - struct ClcGroup *clcg; + ClcGroup *clcg; - clcg = (struct ClcGroup *)Drawing; + clcg = (ClcGroup *)Drawing; fontHeight = dat->fontInfo[FONTID_GROUPS].fontHeight; -- cgit v1.2.3