diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-19 17:19:27 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-19 17:19:27 +0100 |
commit | 67ee3d654e5e70f1209bbd319f921cf4cdbfcd71 (patch) | |
tree | efb82e9761c6423aa33307002baf3a5e4a3a2177 /plugingui/nativewindow_win32.h | |
parent | fa1bbbac757b14b6cea523c1b66eb17b50248a68 (diff) |
Test if handling messages on the parent hwnd has any positive effects.
Diffstat (limited to 'plugingui/nativewindow_win32.h')
-rw-r--r-- | plugingui/nativewindow_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |