From d50701b3a72e41e7bafcfe8bc5767ebaf1ba712a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 May 2015 10:21:36 -0400 Subject: [PATCH] TODO consolidation. --- TODO.md | 1 + windows/text.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 58f4182f..b2512cd5 100644 --- a/TODO.md +++ b/TODO.md @@ -40,6 +40,7 @@ - find a way to move the has parent check at the beginning of binDestroy() - determine whether or not margins count in preferredSize() when there is no main control - menu item state change while the menu is visible (not in response to user action) +- figure out where we should return HRESULTs ultimately: - add some sort of runtime type checking diff --git a/windows/text.c b/windows/text.c index 9594b79c..8d6d0b0a 100644 --- a/windows/text.c +++ b/windows/text.c @@ -1,8 +1,6 @@ // 9 april 2015 #include "uipriv_windows.h" -// TODO figure out how to integreate HRESULT into this - // see http://stackoverflow.com/a/29556509/3408572 #define MBTWC(str, wstr, bufsiz) MultiByteToWideChar(CP_UTF8, 0, str, -1, wstr, bufsiz)