summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-12-26 17:41:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-12-26 17:41:34 +0300
commit45373ed8b8906f1a7e715b8c830f91fc1b46649a (patch)
treea7ea46c2cafe4c3b1c372263a40cfd50b81d5ef5 /include/m_message.h
parent4ac8a5589cd54abe47f1c80c67b2a8265764528a (diff)
standard color table exported from core
Diffstat (limited to 'include/m_message.h')
-rw-r--r--include/m_message.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_message.h b/include/m_message.h
index ece398ca66..8e96220ac5 100644
--- a/include/m_message.h
+++ b/include/m_message.h
@@ -299,4 +299,9 @@ struct CustomButtonClickData
DWORD flags; // BBCF_ flags
};
+/////////////////////////////////////////////////////////////////////////////////////////
+// color table for embedded color chooser
+
+EXTERN_C MIR_APP_DLL(COLORREF*) Srmm_GetColorTable(int *pTableSize = nullptr);
+
#endif // M_MESSAGE_H__