From ee23690fa6c847a5284f8145e73328cdaab2b617 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Nov 2023 19:01:35 +0300 Subject: SRMM toolbar buttons that require input window to be visible are marked as BBBF_NOREADONLY --- plugins/MirLua/src/Modules/m_srmm.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/MirLua/src') diff --git a/plugins/MirLua/src/Modules/m_srmm.cpp b/plugins/MirLua/src/Modules/m_srmm.cpp index e61dad3dfd..d948b0961b 100644 --- a/plugins/MirLua/src/Modules/m_srmm.cpp +++ b/plugins/MirLua/src/Modules/m_srmm.cpp @@ -2,6 +2,8 @@ #define MT_BBBUTTON "BBButton" +EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *, HPLUGIN); + static void MakeBBButton(lua_State *L, BBButton &bbb) { bbb.dwDefPos = 100; -- cgit v1.2.3