From 2497577c09b13a55430a95fcf311448fda11cae3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 23 Mar 2017 20:56:21 +0100 Subject: Fix resize event in win32 backend. --- plugingui/nativewindow_win32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugingui/nativewindow_win32.h') 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; -- cgit v1.2.3