summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 62ce2a594c..c1cb2260c6 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -581,6 +581,12 @@ __forceinline char* mir_utf8decodeA(const char* src)
#endif
///////////////////////////////////////////////////////////////////////////////
+// Window subclassing
+
+MIR_CORE_DLL(void) mir_subclassWindow(HWND hWnd, WNDPROC wndProc);
+MIR_CORE_DLL(void) KillModuleSubclassing(HMODULE hInst);
+
+///////////////////////////////////////////////////////////////////////////////
MIR_CORE_DLL(void) UnloadCoreModule(void);