* keyboard.c (parse_modifiers_uncached, parse_modifiers):
[emacs.git] / oldXMenu / EvHand.c
blob5ee6877374bcd65a6086a0e745a975d02d4f4d0f
1 /* Copyright Massachusetts Institute of Technology 1985 */
3 #include "copyright.h"
6 /*
7 * XMenu: MIT Project Athena, X Window system menu package
9 * XMenuEventHandler - Set the XMenu asynchronous event handler.
11 * Author: Tony Della Fera, DEC
12 * December 19, 1985
16 #include "XMenuInt.h"
18 XMenuEventHandler(int (*handler) (XEvent*))
21 * Set the global event handler variable.
23 _XMEventHandler = handler;