Some TODO resolution.

This commit is contained in:
Pietro Gagliardi 2015-06-01 22:12:39 -04:00
parent ae54ff0141
commit a48aa36251
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,5 @@
wine wine
- say that dialogs respond to WM_PRINTCLIENT on xp+ - say that dialogs respond to WM_PRINTCLIENT on xp+
uthash
- stdint code misses MinGW(-w64)

View File

@ -60,7 +60,6 @@ do {
#endif #endif
/* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */ /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */
// TODO(andlabs) - old code missed MinGW
#include <stdint.h> #include <stdint.h>
#define UTHASH_VERSION 1.9.9 #define UTHASH_VERSION 1.9.9

View File

@ -30,7 +30,7 @@ static uintptr_t groupHandle(uiControl *c)
return (uintptr_t) (g->hwnd); 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 groupXMargin 6
#define groupYMarginTop 11 /* note this value /includes the groupbox label */ #define groupYMarginTop 11 /* note this value /includes the groupbox label */
#define groupYMarginBottom 7 #define groupYMarginBottom 7