comparison 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
comparison
equal deleted inserted replaced
1016:b7e7e2bc8085 1017:362e584fb3bd
328 #define DW_DT_HALFTONE 0 328 #define DW_DT_HALFTONE 0
329 #define DW_DT_MNEMONIC 0 329 #define DW_DT_MNEMONIC 0
330 #define DW_DT_WORDBREAK 0 330 #define DW_DT_WORDBREAK 0
331 #define DW_DT_ERASERECT 0 331 #define DW_DT_ERASERECT 0
332 332
333 #define DW_FCF_CLOSEBUTTON 0 333 #define DW_FCF_CLOSEBUTTON (1 << 1) /* NSClosableWindowMask */
334 #define DW_FCF_TITLEBAR (1 << 0) /* NSTitledWindowMask */ 334 #define DW_FCF_TITLEBAR (1 << 0) /* NSTitledWindowMask */
335 #define DW_FCF_SYSMENU (1 << 1) /* NSClosableWindowMask */ 335 #define DW_FCF_SYSMENU (1 << 1) /* NSClosableWindowMask */
336 #define DW_FCF_MENU 0 336 #define DW_FCF_MENU 0
337 #define DW_FCF_SIZEBORDER (1 << 3) /* NSResizableWindowMask */ 337 #define DW_FCF_SIZEBORDER (1 << 3) /* NSResizableWindowMask */
338 #define DW_FCF_MINBUTTON (1 << 2) /* NSMiniaturizableWindowMask */ 338 #define DW_FCF_MINBUTTON (1 << 2) /* NSMiniaturizableWindowMask */