From a48aa3625105759c8a9198c1d673dfbbc6acef0a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 1 Jun 2015 22:12:39 -0400 Subject: [PATCH] Some TODO resolution. --- redo/TODO.contributions | 3 +++ redo/uthash/uthash.h | 1 - redo/windows/group.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/redo/TODO.contributions b/redo/TODO.contributions index 3485015c..90ec8fc3 100644 --- a/redo/TODO.contributions +++ b/redo/TODO.contributions @@ -1,2 +1,5 @@ wine - say that dialogs respond to WM_PRINTCLIENT on xp+ + +uthash +- stdint code misses MinGW(-w64) diff --git a/redo/uthash/uthash.h b/redo/uthash/uthash.h index 14e5f34c..36dc48fa 100644 --- a/redo/uthash/uthash.h +++ b/redo/uthash/uthash.h @@ -60,7 +60,6 @@ do { #endif /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */ -// TODO(andlabs) - old code missed MinGW #include #define UTHASH_VERSION 1.9.9 diff --git a/redo/windows/group.c b/redo/windows/group.c index e5f32bec..1731ed70 100644 --- a/redo/windows/group.c +++ b/redo/windows/group.c @@ -30,7 +30,7 @@ static uintptr_t groupHandle(uiControl *c) return (uintptr_t) (g->hwnd); } -// TODO get source +// from https://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing #define groupXMargin 6 #define groupYMarginTop 11 /* note this value /includes the groupbox label */ #define groupYMarginBottom 7