comparison dw.h @ 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 eeb98f881663
children d785ee5adf02
comparison
equal deleted inserted replaced
112:cf0115e38ef0 113:553f3b4f8b5b
68 #define DW_CLR_DARKCYAN CLR_DARKCYAN 68 #define DW_CLR_DARKCYAN CLR_DARKCYAN
69 #define DW_CLR_BROWN CLR_BROWN 69 #define DW_CLR_BROWN CLR_BROWN
70 #define DW_CLR_PALEGRAY CLR_PALEGRAY 70 #define DW_CLR_PALEGRAY CLR_PALEGRAY
71 71
72 #define DW_FCF_TITLEBAR FCF_TITLEBAR 72 #define DW_FCF_TITLEBAR FCF_TITLEBAR
73 #define DW_FCF_SYSMENU FCF_SYSMENU 73 #define DW_FCF_SYSMENU (FCF_SYSMENU | FCF_CLOSEBUTTON)
74 #define DW_FCF_MENU FCF_MENU 74 #define DW_FCF_MENU FCF_MENU
75 #define DW_FCF_SIZEBORDER FCF_SIZEBORDER 75 #define DW_FCF_SIZEBORDER FCF_SIZEBORDER
76 #define DW_FCF_MINBUTTON FCF_MINBUTTON 76 #define DW_FCF_MINBUTTON FCF_MINBUTTON
77 #define DW_FCF_MAXBUTTON FCF_MAXBUTTON 77 #define DW_FCF_MAXBUTTON FCF_MAXBUTTON
78 #define DW_FCF_MINMAX FCF_MINMAX 78 #define DW_FCF_MINMAX FCF_MINMAX