From a1c729f0feb8753cb295d5ba491f2fbfd1d00d97 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 Jul 2014 22:47:16 +0000 Subject: fix for a trash in clist_modern's tray icons' creation git-svn-id: http://svn.miranda-ng.org/main/trunk@9856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_static_clui.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'plugins/Clist_modern/src/hdr') diff --git a/plugins/Clist_modern/src/hdr/modern_static_clui.h b/plugins/Clist_modern/src/hdr/modern_static_clui.h index b381ba1d55..552337cb65 100644 --- a/plugins/Clist_modern/src/hdr/modern_static_clui.h +++ b/plugins/Clist_modern/src/hdr/modern_static_clui.h @@ -100,26 +100,15 @@ int CLUI_SizingOnBorder(POINT pt, int size); int CLUI_SmoothAlphaTransition(HWND hwnd, BYTE GoalAlpha, BOOL wParam); int CLUI_TestCursorOnBorders(); -static int CLUI_CreateTimerForConnectingIcon(WPARAM wParam, LPARAM lParam); static int CLUI_SmoothAlphaThreadTransition(HWND hwnd); /* structs */ -typedef struct tagPROTOTICKS{ - int nIconsCount; - int nCycleStartTick; - char * szProto; - int nIndex; - BOOL bTimerCreated; - BOOL bGlobal; - HIMAGELIST himlIconList; -} PROTOTICKS,*LPPROTOTICKS; - -typedef struct tagCHECKFILLING +struct CHECKFILLING { HDC hDC; RECT rcRect; -} CHECKFILLING; +}; int CheckFramesPos(RECT *wr); //cluiframes.c int CLUIFrames_ApplyNewSizes(int mode); //cluiframes.c -- cgit v1.2.3