changeset 113:553f3b4f8b5b

Added the CLOSEBUTTON flag to the SYSMENU flag on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 24 Sep 2002 23:10:07 +0000
parents cf0115e38ef0
children 39932767ef46
files dw.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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