diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clist.h | 3 | ||||
-rw-r--r-- | include/m_skin.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 1f2776dda3..24db9715a1 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -157,6 +157,9 @@ EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddSubGroupMenuItem(TMO_MenuItem *pmi, Group // returns a HMENU identifying the menu.
EXTERN_C MIR_APP_DLL(HMENU) Menu_BuildTrayMenu(void);
+// destroys a tray menu
+MIR_APP_DLL(void) Menu_DestroyNestedMenu(HMENU hMenu);
+
// adds a new item to the tray menus
EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddTrayMenuItem(TMO_MenuItem *pmi);
diff --git a/include/m_skin.h b/include/m_skin.h index 46e7d06299..a8f51a2261 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -93,6 +93,7 @@ extern int hLangpack; #define SKINICON_AUTH_REQUEST 248
#define SKINICON_AUTH_GRANT 249
#define SKINICON_AUTH_REVOKE 250
+#define SKINICON_OTHER_GROUPADD 251
/////////////////////////////////////////////////////////////////////////////////////////
// Miranda skin
|