Allowed passing lpParam to CreateWindowEx() in ui_windows.h.

This commit is contained in:
Pietro Gagliardi 2015-05-14 18:28:23 -04:00
parent 660377934b
commit 34d9203712
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ struct uiWindowsMakeControlParams {
LPCWSTR lpWindowName;
DWORD dwStyle; // WS_CHILD and WS_VISIBLE are automatically applied.
HINSTANCE hInstance;
LPVOID lpParam;
// Set this to non-FALSE to use the standard control font used by other ui controls.
BOOL useStandardControlFont;