Added CS_PARENTDC style.

This commit is contained in:
Dmitry Timoshkov 2002-04-08 23:46:32 +00:00 committed by Alexandre Julliard
parent 141bbddb6e
commit 51cf0e34cf

View file

@ -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 */