commit | 51cf0e34cf4d124b668352c6165cf495c9a09e90 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Mon Apr 08 23:46:32 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 08 23:46:32 2002 +0000 |
tree | 5e126385f484aacf29ae592e01487e3d6afe07d1 | |
parent | 141bbddb6eb00e554d002438460e83926cff4636 [diff] [blame] |
Added CS_PARENTDC style.
diff --git a/controls/edit.c b/controls/edit.c index d100a3f..758f2f8 100644 --- a/controls/edit.c +++ b/controls/edit.c
@@ -290,7 +290,7 @@ 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 */