# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1032909007 0 # Node ID 553f3b4f8b5be7e87a9c608dc88e14f496d0c7f6 # Parent cf0115e38ef09c8741b89f524e5122b0269f48ec Added the CLOSEBUTTON flag to the SYSMENU flag on OS/2. diff -r cf0115e38ef0 -r 553f3b4f8b5b dw.h --- a/dw.h Mon Sep 23 13:34:03 2002 +0000 +++ b/dw.h Tue Sep 24 23:10:07 2002 +0000 @@ -70,7 +70,7 @@ #define DW_CLR_PALEGRAY CLR_PALEGRAY #define DW_FCF_TITLEBAR FCF_TITLEBAR -#define DW_FCF_SYSMENU FCF_SYSMENU +#define DW_FCF_SYSMENU (FCF_SYSMENU | FCF_CLOSEBUTTON) #define DW_FCF_MENU FCF_MENU #define DW_FCF_SIZEBORDER FCF_SIZEBORDER #define DW_FCF_MINBUTTON FCF_MINBUTTON