`eql' now available without requiring cl.
[emacs.git] / oldXMenu / SetFrz.c
blob243cc64e0ed861d768f393175a2a4ecc8619d0b2
1 #include "copyright.h"
3 /* Copyright Massachusetts Institute of Technology 1985 */
5 /*
6 * XMenu: MIT Project Athena, X Window system menu package
8 * XMenuSetFreeze - Forcibly set the menu freeze mode switch
9 * overriding the Xdefaults setting.
10 * This is necessary in some situations.
12 * Author: Tony Della Fera, DEC
13 * January 29, 1986
17 #include "XMenuInt.h"
19 XMenuSetFreeze(menu, freeze)
20 register XMenu *menu; /* Menu object to be modified. */
21 register int freeze; /* Freeze mode? */
24 * Set the freeze mode switch.
26 menu->freeze = freeze;
29 /* arch-tag: 69c5670b-3a46-4c78-8fdb-305936d79772
30 (do not change this comment) */