More TODO resolution.

This commit is contained in:
Pietro Gagliardi 2015-04-09 23:24:18 -04:00
parent 4e03a117da
commit 5aed7a5815
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ BOOL sharedWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *
return FALSE;
}
// TODO get source
// from https://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing
#define winXPadding 4
#define winYPadding 4

View File

@ -12,7 +12,7 @@ struct uiWindow {
#define uiWindowClass L"uiWindowClass"
// TODO get source
// from https://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing
#define windowMargin 7
static LRESULT CALLBACK uiWindowWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)