|
|
BSD 4.3tahoe
#include <X/mit-copyright.h>
/* $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/X/XMenu/XMenuSetFrz.c,v 1.1.1.1 2018/04/24 16:12:58 root Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
* XMenu: MIT Project Athena, X Window system menu package
*
* XMenuSetFreeze - Forcibly set the menu freeze mode switch
* overriding the Xdefaults setting.
* This is necessary in some situations.
*
* Author: Tony Della Fera, DEC
* January 29, 1986
*
*/
#include "XMenuInternal.h"
XMenuSetFreeze(menu, freeze)
register XMenu *menu; /* Menu object to be modified. */
register int freeze; /* Freeze mode? */
{
/*
* Set the freeze mode switch.
*/
menu->freeze = freeze;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.