diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-18 19:16:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-18 19:16:31 +0000 |
commit | 75d37f369f58f47d8d47699f8e7fac7dcf28dbd5 (patch) | |
tree | 2e75244eb0348438ee1a557a8e2cdcca9d7f7072 /protocols/IcqOscarJ/src/icq_proto.h | |
parent | 93f4a8b8357a386d507f45d121aa364fd17a22f3 (diff) |
global icq xstatus icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2362 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 597b66a2e1..a43c2bb36f 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -157,7 +157,6 @@ struct CIcqProto : public PROTO_INTERFACE, public MZeroedObject //====| Data |========================================================================
IcqIconHandle m_hIconProtocol;
HANDLE m_hServerNetlibUser, m_hDirectNetlibUser;
- HANDLE hxstatuschanged, hxstatusiconchanged;
BYTE m_bGatewayMode;
BYTE m_bSecureLogin;
@@ -817,27 +816,18 @@ struct CIcqProto : public PROTO_INTERFACE, public MZeroedObject HANDLE hHookExtraIconsRebuild;
HANDLE hHookStatusBuild;
HANDLE hHookExtraIconsApply;
- HANDLE hXStatusExtraIcons[XSTATUS_COUNT];
- IcqIconHandle hXStatusIcons[XSTATUS_COUNT];
- HANDLE hXStatusItems[XSTATUS_COUNT + 1];
- int hXStatusCListIcons[XSTATUS_COUNT];
- BOOL bXStatusCListIconsValid[XSTATUS_COUNT];
+ HANDLE hXStatusItems[XSTATUS_COUNT + 1];
void InitXStatusItems(BOOL bAllowStatus);
BYTE getContactXStatus(HANDLE hContact);
DWORD sendXStatusDetailsRequest(HANDLE hContact, int bForced);
DWORD requestXStatusDetails(HANDLE hContact, BOOL bAllowDelay);
HICON getXStatusIcon(int bStatus, UINT flags);
- void releaseXStatusIcon(int bStatus, UINT flags);
void setXStatusEx(BYTE bXStatus, BYTE bQuiet);
- void setContactExtraIcon(HANDLE hContact, int xstatus);
void handleXStatusCaps(DWORD dwUIN, char *szUID, HANDLE hContact, BYTE *caps, int capsize, char *moods, int moodsize);
void updateServerCustomStatus(int fullUpdate);
- void InitXStatusIcons();
- void UninitXStatusIcons();
-
//----| icq_xtraz.cpp |---------------------------------------------------------------
void handleXtrazNotify(DWORD dwUin, DWORD dwMID, DWORD dwMID2, WORD wCookie, char* szMsg, int nMsgLen, BOOL bThruDC);
void handleXtrazNotifyResponse(DWORD dwUin, HANDLE hContact, WORD wCookie, char* szMsg, int nMsgLen);
|