* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
action procedure for compatibility with Lesstif/Motif. * Makefile.in (mostlyclean): Don't remove *~ on clean.
This commit is contained in:
parent
639b8e4d14
commit
4220b2a5ce
3 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
|
||||
action procedure for compatibility with Lesstif/Motif.
|
||||
|
||||
* Makefile.in (mostlyclean): Don't remove *~ on clean.
|
||||
|
||||
2004-12-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
|
|||
xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
|
||||
|
||||
mostlyclean:
|
||||
$(RM) *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#*
|
||||
$(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
|
||||
|
||||
clean: mostlyclean
|
||||
distclean: clean
|
||||
|
|
|
|||
|
|
@ -211,6 +211,7 @@ xlwMenuActionsList [] =
|
|||
{"right", Right},
|
||||
{"select", Select},
|
||||
{"key", Key},
|
||||
{"MenuGadgetEscape", Key}, /* Compatibility with Lesstif/Motif. */
|
||||
{"nothing", Nothing},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue