Added CS_DBLCLKS style to dialog window class.

This commit is contained in:
Alexandre Julliard 2002-11-25 21:10:23 +00:00
parent 3597717da1
commit 1b20db4f19

View file

@ -102,7 +102,7 @@ static WORD xBaseUnit = 0, yBaseUnit = 0;
const struct builtin_class_descr DIALOG_builtin_class =
{
DIALOG_CLASS_ATOM, /* name */
CS_GLOBALCLASS | CS_SAVEBITS, /* style */
CS_GLOBALCLASS | CS_SAVEBITS | CS_DBLCLKS, /* style */
DefDlgProcA, /* procA */
DefDlgProcW, /* procW */
DLGWINDOWEXTRA, /* extra */