summaryrefslogtreecommitdiff
path: root/new/ui_windows.h
diff options
context:
space:
mode:
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;