summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2010-02-10 01:23:05 +0000
committerokan <okan>2010-02-10 01:23:05 +0000
commit507480a69503bd3a5924ebd8cc2e9a971efe62d9 (patch)
tree3de6541fa3cbf8d2406b2a932f40b79e2931fb64 /calmwm.h
parentc4a97053cd98160c9e0f55e2b7fb71de73616579 (diff)
downloadcwm-507480a69503bd3a5924ebd8cc2e9a971efe62d9.tar.gz
cwm-507480a69503bd3a5924ebd8cc2e9a971efe62d9.tar.xz
cwm-507480a69503bd3a5924ebd8cc2e9a971efe62d9.zip
preserve labels after an edit action is aborted; extending the menu
struct just for this is the least intrusive approach until the menu code
is reviewed.

inspired by Thomas Pfaff's report on tech@

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 0f82243..bb25ea6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -320,6 +320,7 @@ struct menu {
 	char			 print[MENU_MAXENTRY + 1];
 	void			*ctx;
 	short			 dummy;
+	short			 abort;
 };
 
 TAILQ_HEAD(menu_q, menu);