summaryrefslogtreecommitdiff
path: root/new/ui_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 20:01:33 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 20:01:33 -0400
commit7d349d6a2843c6e0825403448ac28683e688f338 (patch)
tree20998202a05e4b74d4e5ff4534fba6d69f3e043d /new/ui_windows.h
parent317217de5a75eca736a8f7c4adcc17250975bd37 (diff)
More TODO resolution.
Diffstat (limited to 'new/ui_windows.h')
-rw-r--r--new/ui_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui_windows.h b/new/ui_windows.h
index c86e6a9..3a4ebd9 100644
--- a/new/ui_windows.h
+++ b/new/ui_windows.h
@@ -13,7 +13,7 @@ struct uiWindowsNewControlParams {
// These match the CreateWindowExW() function.
DWORD dwExStyle;
LPCWSTR lpClassName;
-//TODO? LPCWSTR lpWindowName;
+ LPCWSTR lpWindowName;
DWORD dwStyle; // WS_CHILD and WS_VISIBLE are automatically applied.
HINSTANCE hInstance;