From 677048222e1297ef170f6bb11351a1ffd24ca8ac Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 22 May 2015 09:43:45 -0400 Subject: [PATCH] More TODOs. --- redo/windows/combobox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redo/windows/combobox.c b/redo/windows/combobox.c index 31ed8668..f438169d 100644 --- a/redo/windows/combobox.c +++ b/redo/windows/combobox.c @@ -1,6 +1,8 @@ // 20 may 2015 #include "uipriv_windows.h" +// TODO point to where it says size is autocomputed on comctl6 + struct combobox { uiCombobox c; HWND hwnd;