/* * Copyright 1989 by Tektronix, Inc. Beaverton, Oregon. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that copyright * notice and this permission notice appear in supporting documentation, and * that the name of Tektronix not be used in advertising or publicity * pertaining to distribution of the software without specific, written prior * permission. Tektronix makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express or * implied warranty. * * TEKTRONIX DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL * TEKTRONIX BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Author: Glenn Widener, Tektronix, Inc. * P.O. Box 1000 * Wilsonville, OR, 97070 * glennw@orca.wv.tek.com */ #define bury_width 24 #define bury_height 20 static char bury_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x60, 0x00, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x06, 0x00, 0x00, 0x03, 0x00, 0x80, 0x01, 0x00, 0xc0, 0x00, 0x00, 0xc4, 0x00, 0x00, 0xdc, 0x00, 0x00, 0xf6, 0x00, 0x0e, 0x82, 0x01, 0x0f, 0x02, 0x01, 0x2f, 0xc2, 0x00, 0x3f, 0x21, 0x00, 0x7f, 0x19, 0x00, 0x00, 0x07, 0x00};