From 45373ed8b8906f1a7e715b8c830f91fc1b46649a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Dec 2017 17:41:34 +0300 Subject: standard color table exported from core --- include/m_message.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/m_message.h') 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__ -- cgit v1.2.3