diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-09 20:41:29 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-09 20:41:29 +0300 |
commit | 377be73f721bb9d6084f70e0bb3879eb51bad195 (patch) | |
tree | e33217407c062763241cac24fad7ddf654cfc11c /plugins/Clist_nicer/src/clc.h | |
parent | 98bea8b5864d0087ae47a6e7146f2c8d84d99343 (diff) |
code cleaning
Diffstat (limited to 'plugins/Clist_nicer/src/clc.h')
-rw-r--r-- | plugins/Clist_nicer/src/clc.h | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/plugins/Clist_nicer/src/clc.h b/plugins/Clist_nicer/src/clc.h index ae0ec1c505..0c0f7c0039 100644 --- a/plugins/Clist_nicer/src/clc.h +++ b/plugins/Clist_nicer/src/clc.h @@ -373,19 +373,18 @@ uint32_t INTSORT_GetLastMsgTime(MCONTACT hContact); LRESULT ProcessExternalMessages(HWND hwnd, struct ClcData *dat, UINT msg, WPARAM wParam, LPARAM lParam);
// clcutils.c
-void BeginRenameSelection(HWND hwnd, struct ClcData *dat);
-int HitTest(HWND hwnd, struct ClcData *dat, int testx, int testy, ClcContact **contact, ClcGroup **group, uint32_t *flags);
-void ScrollTo(HWND hwnd, struct ClcData *dat, int desty, int noSmooth);
-void RecalcScrollBar(HWND hwnd, struct ClcData *dat);
-
-int GetDropTargetInformation(HWND hwnd, struct ClcData *dat, POINT pt);
-void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst);
-uint8_t GetCachedStatusMsg(TExtraCache* p, char *szProto);
-void GetExtendedInfo(ClcContact *contact, struct ClcData *dat);
-LRESULT CALLBACK NewStatusBarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
-void HideShowNotifyFrame();
-uint32_t GetCLUIWindowStyle(uint8_t style);
-void ApplyCLUIBorderStyle();
+void BeginRenameSelection(HWND hwnd, struct ClcData *dat);
+int HitTest(HWND hwnd, struct ClcData *dat, int testx, int testy, ClcContact **contact, ClcGroup **group, uint32_t *flags);
+void ScrollTo(HWND hwnd, struct ClcData *dat, int desty, int noSmooth);
+void RecalcScrollBar(HWND hwnd, struct ClcData *dat);
+
+void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst);
+uint8_t GetCachedStatusMsg(TExtraCache* p, char *szProto);
+void GetExtendedInfo(ClcContact *contact, struct ClcData *dat);
+LRESULT CALLBACK NewStatusBarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
+void HideShowNotifyFrame();
+uint32_t GetCLUIWindowStyle(uint8_t style);
+void ApplyCLUIBorderStyle();
int FrameNCCalcSize(HWND hwnd, WNDPROC oldWndProc, WPARAM wParam, LPARAM lParam, BOOL hasTitleBar);
int FrameNCPaint(HWND hwnd, WNDPROC oldWndProc, WPARAM wParam, LPARAM lParam, BOOL hasTitleBar);
|