Added CS_PARENTDC style.
This commit is contained in:
parent
141bbddb6e
commit
51cf0e34cf
|
@ -290,7 +290,7 @@ LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|||
const struct builtin_class_descr EDIT_builtin_class =
|
||||
{
|
||||
"Edit", /* name */
|
||||
CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/, /* style */
|
||||
CS_GLOBALCLASS | CS_DBLCLKS | CS_PARENTDC, /* style */
|
||||
EditWndProcA, /* procA */
|
||||
EditWndProcW, /* procW */
|
||||
sizeof(EDITSTATE *), /* extra */
|
||||
|
|
Loading…
Reference in New Issue