Commit 51cf0e34 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Added CS_PARENTDC style.

parent 141bbddb
...@@ -290,7 +290,7 @@ LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment