diff dw.h @ 1017:362e584fb3bd

DW_FCF_CLOSEBUTTON should have the closable mask on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 May 2011 22:58:16 +0000
parents ce4121a6f657
children 48f43c975533
line wrap: on
line diff
--- a/dw.h	Tue May 17 06:55:29 2011 +0000
+++ b/dw.h	Tue May 17 22:58:16 2011 +0000
@@ -330,7 +330,7 @@
 #define DW_DT_WORDBREAK          0
 #define DW_DT_ERASERECT          0
 
-#define DW_FCF_CLOSEBUTTON       0
+#define DW_FCF_CLOSEBUTTON       (1 << 1) /* NSClosableWindowMask */
 #define DW_FCF_TITLEBAR          (1 << 0) /* NSTitledWindowMask */
 #define DW_FCF_SYSMENU           (1 << 1) /* NSClosableWindowMask */
 #define DW_FCF_MENU              0