From c5eef23930310154e7dd441740777bebdd43ab84 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 5 Dec 2015 20:31:57 -0500 Subject: [PATCH] More TODOs. --- windows/tabpage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/tabpage.c b/windows/tabpage.c index 361cb301..5cc88d97 100644 --- a/windows/tabpage.c +++ b/windows/tabpage.c @@ -21,6 +21,7 @@ void tabPageMargins(HWND hwnd, intmax_t *left, intmax_t *top, intmax_t *right, i // dummy dialog procedure; see below for details // let's handle parent messages here to avoid needing to subclass +// TODO do we need to handle DM_GETDEFID/DM_SETDEFID here too because of the ES_WANTRETURN stuff on oldnewthing (TODO)? what about multiple default buttons (TODO)? static INT_PTR CALLBACK dlgproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { LRESULT lResult;