summaryrefslogtreecommitdiff
path: root/protocols/MRA/MraProto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-20 20:07:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-20 20:07:53 +0000
commit2df91a43744f16707f02decf880ae73f3be8d954 (patch)
tree21a3fded5053c4fa804615d4408a558bd2fb236d /protocols/MRA/MraProto.h
parent0163c525a2dc607a0b7a0a9242a4091e0201a065 (diff)
fix for popup & main menus
git-svn-id: http://svn.miranda-ng.org/main/trunk@1614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/MraProto.h')
-rw-r--r--protocols/MRA/MraProto.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/MRA/MraProto.h b/protocols/MRA/MraProto.h
index 7c9dafe4a2..5b9eccf903 100644
--- a/protocols/MRA/MraProto.h
+++ b/protocols/MRA/MraProto.h
@@ -166,9 +166,6 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject
INT_PTR __cdecl MraGotoInbox(WPARAM, LPARAM);
INT_PTR __cdecl MraShowInboxStatus(WPARAM, LPARAM);
INT_PTR __cdecl MraEditProfile(WPARAM, LPARAM);
- INT_PTR __cdecl MyVideo(WPARAM, LPARAM);
- INT_PTR __cdecl MyAnswers(WPARAM, LPARAM);
- INT_PTR __cdecl MyWorld(WPARAM, LPARAM);
INT_PTR __cdecl MraZhuki(WPARAM, LPARAM);
INT_PTR __cdecl MraChat(WPARAM, LPARAM);
INT_PTR __cdecl MraWebSearch(WPARAM, LPARAM);
@@ -317,7 +314,8 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject
void MraAPCQueueDestroy(PFIFO_MT pffmtAPCQueue);
void __cdecl MraUserAPCThreadProc(LPVOID lpParameter);
- void InitMenus();
+ void InitMainMenu();
+ void InitContactMenu();
void CListCreateMenu(LONG lPosition, LONG lPopupPosition, HICON hMainIcon, LPSTR pszContactOwner, BOOL bIsStatus, const struct GUI_DISPLAY_ITEM *pgdiItems, size_t dwCount, HANDLE *hResult);
void CListShowMenuItem(HANDLE hMenuItem, BOOL bShow);