Annotation of 43BSDTahoe/new/X/XMenu/XMenuSetFrz.c, revision 1.1

1.1     ! root        1: #include <X/mit-copyright.h>
        !             2: 
        !             3: /* $Header: XMenuSetFrz.c,v 10.3 86/02/12 16:19:56 tony Rel $ */
        !             4: /* Copyright    Massachusetts Institute of Technology    1985  */
        !             5: 
        !             6: /*
        !             7:  * XMenu:      MIT Project Athena, X Window system menu package
        !             8:  *
        !             9:  *     XMenuSetFreeze - Forcibly set the menu freeze mode switch
        !            10:  *                      overriding the Xdefaults setting.
        !            11:  *                      This is necessary in some situations.
        !            12:  *
        !            13:  *     Author:         Tony Della Fera, DEC
        !            14:  *                     January 29, 1986
        !            15:  *
        !            16:  */
        !            17: 
        !            18: #include "XMenuInternal.h"
        !            19: 
        !            20: XMenuSetFreeze(menu, freeze)
        !            21:     register XMenu *menu;      /* Menu object to be modified. */
        !            22:     register int freeze;       /* Freeze mode? */
        !            23: {
        !            24:     /*
        !            25:      * Set the freeze mode switch.
        !            26:      */
        !            27:     menu->freeze = freeze;
        !            28: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.