# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1658910752 0 # Node ID 30cb5d6462674dd8feb89a1abe27239ad2183828 # Parent e0ac1ef1c85bd7e6829c9a64686424f562377dba Android: DW_FCF_SYSMENU should imply being closable. This fixes windows now being dismissable with the Android back button in Interface Builder. diff -r e0ac1ef1c85b -r 30cb5d646267 dw.h --- a/dw.h Tue Jul 26 19:40:46 2022 +0000 +++ b/dw.h Wed Jul 27 08:32:32 2022 +0000 @@ -824,7 +824,7 @@ #define DW_FCF_CLOSEBUTTON 1 #define DW_FCF_TITLEBAR (1 << 1) -#define DW_FCF_SYSMENU 0 +#define DW_FCF_SYSMENU DW_FCF_CLOSEBUTTON #define DW_FCF_MENU 0 #define DW_FCF_SIZEBORDER 0 #define DW_FCF_MINBUTTON 0