diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-23 20:56:21 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-26 19:41:05 +0200 |
commit | 2497577c09b13a55430a95fcf311448fda11cae3 (patch) | |
tree | 3431b8f0d83b8890eeab14813fb367d084b9e500 /plugingui/nativewindow_win32.h | |
parent | b0cf022ea75b763531e6ae63abccadf2bfa7a84b (diff) |
Fix resize event in win32 backend.
Diffstat (limited to 'plugingui/nativewindow_win32.h')
-rw-r--r-- | plugingui/nativewindow_win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/nativewindow_win32.h b/plugingui/nativewindow_win32.h index 2299189..c7d412a 100644 --- a/plugingui/nativewindow_win32.h +++ b/plugingui/nativewindow_win32.h @@ -59,6 +59,8 @@ public: private: static LRESULT CALLBACK dialogProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp); + static LRESULT CALLBACK subClassProc(HWND hwnd, UINT msg, WPARAM wp, + LPARAM lp, UINT_PTR id, DWORD_PTR data); HWND parent_window; Window& window; |