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;