home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / xap / gchess / xboard-3.0 / xboard-3 / xboard-3.0.pl9 / xboard.h < prev    next >
Text File  |  1993-08-26  |  3KB  |  63 lines

  1. /*
  2.  * xboard.h -- Parameter definitions for X front end
  3.  * $Id: xboard.h,v 1.5 1993/08/26 21:27:27 mann Exp $
  4.  *
  5.  * Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts.
  6.  * Enhancements Copyright 1992-93 Free Software Foundation, Inc.
  7.  *
  8.  * XBoard borrows its colors, icon and piece bitmaps from XChess,
  9.  * which was written and is copyrighted by Wayne Christopher.
  10.  *
  11.  * The following terms apply to Digital Equipment Corporation's copyright
  12.  * interest in XBoard:
  13.  * ------------------------------------------------------------------------
  14.  * All Rights Reserved
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software and its
  17.  * documentation for any purpose and without fee is hereby granted,
  18.  * provided that the above copyright notice appear in all copies and that
  19.  * both that copyright notice and this permission notice appear in
  20.  * supporting documentation, and that the name of Digital not be
  21.  * used in advertising or publicity pertaining to distribution of the
  22.  * software without specific, written prior permission.
  23.  *
  24.  * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  25.  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  26.  * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  27.  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  28.  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  29.  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  30.  * SOFTWARE.
  31.  * ------------------------------------------------------------------------
  32.  *
  33.  * The following terms apply to the enhanced version of XBoard distributed
  34.  * by the Free Software Foundation:
  35.  * ------------------------------------------------------------------------
  36.  * This program is free software; you can redistribute it and/or modify
  37.  * it under the terms of the GNU General Public License as published by
  38.  * the Free Software Foundation; either version 2 of the License, or
  39.  * (at your option) any later version.
  40.  *
  41.  * This program is distributed in the hope that it will be useful,
  42.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  43.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  44.  * GNU General Public License for more details.
  45.  *
  46.  * You should have received a copy of the GNU General Public License
  47.  * along with this program; if not, write to the Free Software
  48.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  49.  * ------------------------------------------------------------------------
  50.  */
  51.  
  52. #define LINE_GAP 3
  53. #define CLOCK_FONT   "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*"
  54. #define COORD_FONT   "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*"
  55. #define DEFAULT_FONT "*font: -*-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
  56. #define BORDER_X_OFFSET 3
  57. #define BORDER_Y_OFFSET 27
  58. #define ICS_INIT_SCRIPT ".icsrc"
  59.  
  60. typedef enum {
  61.     Large, Medium, Small
  62.   } BoardSize;
  63.