From f920ef497f3299ae24fe783ce03bdd93b419f764 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 22:02:50 +0000 Subject: plugins folders renaming git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Srmm/statusicon.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/Srmm/statusicon.h (limited to 'plugins/Srmm/statusicon.h') diff --git a/plugins/Srmm/statusicon.h b/plugins/Srmm/statusicon.h new file mode 100644 index 0000000000..314ac9ec1e --- /dev/null +++ b/plugins/Srmm/statusicon.h @@ -0,0 +1,14 @@ +#ifndef _STATUS_ICON_INC +#define _STATUS_ICON_INC + +extern HANDLE hHookIconPressedEvt; +extern int status_icon_list_size; + +int InitStatusIcons(); +int DeinitStatusIcons(); + +int GetStatusIconsCount(HANDLE hContact); +void DrawStatusIcons(HANDLE hContact, HDC hdc, RECT r, int gap); +void CheckIconClick(HANDLE hContact, HWND hwndFrom, POINT pt, RECT r, int gap, int flags); + +#endif -- cgit v1.2.3