summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-03 13:28:25 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-03 13:28:25 +0300
commit50691aaecfc2e3206271825403d1a0d3338c6b4d (patch)
treef998515a4f35551def9584e6f09ed5402984247b /plugins/ExternalAPI
parentfa0e1943d5a6eeb5502b0c68f0170f05d76d6a95 (diff)
fixes #3778 (NewStory: в предпросмотре шаблонов заработал цвет текста, но не фона)
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/m_text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_text.h b/plugins/ExternalAPI/m_text.h
index d2165802ac..9bb349d8a8 100644
--- a/plugins/ExternalAPI/m_text.h
+++ b/plugins/ExternalAPI/m_text.h
@@ -12,6 +12,11 @@
// lParam = (void*)text
#define MTM_UPDATEEX (WM_USER+2)
+// sets background color for a control
+// wParam = (COLORREF)clBack
+// lParam = 0 (ignored)
+#define MTM_SETBKCOLOR (WM_USER+3)
+
typedef struct TextObject *HText;
#ifdef MTEXTCONTROL_EXPORTS