diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
commit | 5d2ff1117e800b1fb31e3eafb5769c4499ec30a1 (patch) | |
tree | 389a5912b866fba5712ed4da50e659f92f686d48 /protocols/SkypeWeb/src/skype_proto.h | |
parent | 68ff208f0ed66fe1873c10d215f54e89ec309611 (diff) |
SkypeWeb: correct icon handling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 491f93eadb..2edf1a3ac4 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -59,11 +59,9 @@ public: // icons
static void InitIcons();
- static void UninitIcons();
// menus
static void InitMenus();
- static void UninitMenus();
//popups
void InitPopups();
@@ -162,9 +160,9 @@ private: void SendRequest(HttpRequest *request, SkypeResponseWithArgCallback response, void *arg);
// icons
- static IconInfo Icons[];
- static HANDLE GetIconHandle(const char *name);
- static HANDLE Skin_GetIconHandle(const char *name);
+ static IconItemT Icons[];
+ static HICON GetIcon(int iconId);
+ static HANDLE GetIconHandle(int iconId);
// menus
static HGENMENU ContactMenuItems[CMI_MAX];
|