Fix hang with large yanks
[emacs.git] / oldXMenu / SetAEQ.c
blobee2d64b8806b20b311fdbb8a96de8181fd2dcb4d
1 /* Copyright Massachusetts Institute of Technology 1985 */
3 #include "copyright.h"
6 /*
7 * XMenu: MIT Project Athena, X Window system menu package
9 * XMenuSetAEQ - Set Asynchronous event queuing mode.
10 * When enabled asynchronous events will be queue while
11 * a menu is being displayed and restored to the X
12 * event queue when the menu is taken down.
14 * Author: Tony Della Fera, DEC
15 * March 12, 1986
19 #include "XMenuInt.h"
21 void
22 XMenuSetAEQ(register XMenu *menu, register int aeq)
23 /* Menu object to be modified. */
24 /* AEQ mode? */
27 * Set the AEQ mode switch.
29 menu->aeq = aeq;