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 =
|
const struct builtin_class_descr EDIT_builtin_class =
|
||||||
{
|
{
|
||||||
"Edit", /* name */
|
"Edit", /* name */
|
||||||
CS_GLOBALCLASS | CS_DBLCLKS /*| CS_PARENTDC*/, /* style */
|
CS_GLOBALCLASS | CS_DBLCLKS | CS_PARENTDC, /* style */
|
||||||
EditWndProcA, /* procA */
|
EditWndProcA, /* procA */
|
||||||
EditWndProcW, /* procW */
|
EditWndProcW, /* procW */
|
||||||
sizeof(EDITSTATE *), /* extra */
|
sizeof(EDITSTATE *), /* extra */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user