Fix hang with large yanks
[emacs.git] / oldXMenu / EvHand.c
blobbd15359d9199ea58e7776f8a8896699576390b8d
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 void
19 XMenuEventHandler(int (*handler) (XEvent*))
22 * Set the global event handler variable.
24 _XMEventHandler = handler;