summaryrefslogtreecommitdiff
path: root/plugins/SRMM/statusicon.h
blob: 314ac9ec1e87941f943b0272b876b4195f171953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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