From b9c12da83841b9f967f2579e81389ceade66dcb3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 May 2014 17:10:23 -0400 Subject: More TODOs (see previous commit). --- stdwndclass_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'stdwndclass_windows.go') diff --git a/stdwndclass_windows.go b/stdwndclass_windows.go index 1f860a5..c2f5079 100644 --- a/stdwndclass_windows.go +++ b/stdwndclass_windows.go @@ -55,6 +55,7 @@ func stdWndProc(s *sysData) func(hwnd _HWND, uMsg uint32, wParam _WPARAM, lParam // top-left corner is (0,0) so no need for winheight s.doResize(int(r.left), int(r.top), int(r.right), int(r.bottom), 0) // TODO use the Defer movement functions here? + // TODO redraw window and all children here? } return 0 case _WM_CLOSE: -- cgit v1.2.3