comparison dw.h @ 2811:30cb5d646267

Android: DW_FCF_SYSMENU should imply being closable. This fixes windows now being dismissable with the Android back button in Interface Builder.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Jul 2022 08:32:32 +0000
parents 708bcef0ce6b
children 0adf73d5d8c2
comparison
equal deleted inserted replaced
2810:e0ac1ef1c85b 2811:30cb5d646267
822 #define DW_DT_WORDBREAK 0 822 #define DW_DT_WORDBREAK 0
823 #define DW_DT_ERASERECT 0 823 #define DW_DT_ERASERECT 0
824 824
825 #define DW_FCF_CLOSEBUTTON 1 825 #define DW_FCF_CLOSEBUTTON 1
826 #define DW_FCF_TITLEBAR (1 << 1) 826 #define DW_FCF_TITLEBAR (1 << 1)
827 #define DW_FCF_SYSMENU 0 827 #define DW_FCF_SYSMENU DW_FCF_CLOSEBUTTON
828 #define DW_FCF_MENU 0 828 #define DW_FCF_MENU 0
829 #define DW_FCF_SIZEBORDER 0 829 #define DW_FCF_SIZEBORDER 0
830 #define DW_FCF_MINBUTTON 0 830 #define DW_FCF_MINBUTTON 0
831 #define DW_FCF_MAXBUTTON 0 831 #define DW_FCF_MAXBUTTON 0
832 #define DW_FCF_MINMAX (DW_FCF_MINBUTTON|DW_FCF_MAXBUTTON) 832 #define DW_FCF_MINMAX (DW_FCF_MINBUTTON|DW_FCF_MAXBUTTON)