From 67ee3d654e5e70f1209bbd319f921cf4cdbfcd71 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 19 Mar 2016 17:19:27 +0100 Subject: Test if handling messages on the parent hwnd has any positive effects. --- plugingui/nativewindow_win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/nativewindow_win32.h') diff --git a/plugingui/nativewindow_win32.h b/plugingui/nativewindow_win32.h index 2c8507d..e6db787 100644 --- a/plugingui/nativewindow_win32.h +++ b/plugingui/nativewindow_win32.h @@ -59,6 +59,7 @@ public: private: static LRESULT CALLBACK dialogProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp); + HWND parent_window; Window& window; WNDID m_hwnd = 0; char* m_className = nullptr; -- cgit v1.2.3