diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 23:24:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 23:24:18 -0400 |
| commit | a9115b352c5b1ec6ba37c483d69d816757652d72 (patch) | |
| tree | ce31ac73bae4339153ecfbd839cf383507f26709 | |
| parent | 50a227058a8d72f1fb885458b882cedb0e0d7f79 (diff) | |
More TODO resolution.
| -rw-r--r-- | new/container_windows.c | 2 | ||||
| -rw-r--r-- | new/window_windows.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/new/container_windows.c b/new/container_windows.c index ec7b4bd..8c4f459 100644 --- a/new/container_windows.c +++ b/new/container_windows.c @@ -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 diff --git a/new/window_windows.c b/new/window_windows.c index cb0bffb..20fbbd9 100644 --- a/new/window_windows.c +++ b/new/window_windows.c @@ -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) |
