Add xref-pulse-on-jump
[emacs.git] / oldXMenu / SetFrz.c
blobc8998eeb66bdb37a2842a42e227d4256f3190b4c
1 /* Copyright Massachusetts Institute of Technology 1985 */
3 #include "copyright.h"
6 /*
7 * XMenu: MIT Project Athena, X Window system menu package
9 * XMenuSetFreeze - Forcibly set the menu freeze mode switch
10 * overriding the Xdefaults setting.
11 * This is necessary in some situations.
13 * Author: Tony Della Fera, DEC
14 * January 29, 1986
18 #include "XMenuInt.h"
20 void
21 XMenuSetFreeze(register XMenu *menu, register int freeze)
22 /* Menu object to be modified. */
23 /* Freeze mode? */
26 * Set the freeze mode switch.
28 menu->freeze = freeze;