summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index af662b9..5ab893e 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -51,6 +51,14 @@ HWND Window::GetHWND()
// ------------------------------------------------------------
//
+HMENU Window::GetHMENU()
+{
+ return GetMenu(m_wnd);
+}
+
+
+// ------------------------------------------------------------
+//
LRESULT Window::SendMsg(UINT msg, WPARAM wp, LPARAM lp)
{