diff lwlib/xlwmenu.c @ 59100:768cf68dcd0a

* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an action procedure for compatibility with Lesstif/Motif. * Makefile.in (mostlyclean): Don't remove *~ on clean.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 27 Dec 2004 15:22:36 +0000
parents 2c65a9fc7dec
children 3e557e11645e 95879cc1ed20
line wrap: on
line diff
--- a/lwlib/xlwmenu.c	Mon Dec 27 11:59:49 2004 +0000
+++ b/lwlib/xlwmenu.c	Mon Dec 27 15:22:36 2004 +0000
@@ -211,6 +211,7 @@
   {"right",		Right},
   {"select",		Select},
   {"key",		Key},
+  {"MenuGadgetEscape",  Key},   /* Compatibility with Lesstif/Motif.  */
   {"nothing",		Nothing},
 };