|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T x
Length: 1501 (0x5dd) Types: TextFile Names: »xwin.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xgo/xwin.h«
/* * $Header: xwin.h,v 1.3 88/02/19 13:50:19 hale Exp $ */ /* Copyright 1987 Greg Hale Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ #define BORDERW 3 #define BTNHGT 20 #define BTNWID 80 #define BTNSPC BTNWID+10 #define BDX 0 #define BDY 0 #define BDWID (19*25) #define BDHGT (19*25) #define BTNY BDY+BDHGT+10 #define BTN1X 60 #define BTN2X BTN1X+BTNSPC #define BTN3X BTN2X+BTNSPC #define BTN4X BTN3X+BTNSPC #define BTN5X BTN4X+BTNSPC #define BTN6X BTN5X+BTNSPC #define BTN7X BTN6X+BTNSPC #define BTN8X BTN7X+BTNSPC #define TAX BDWID+BORDERW*2 #define TAY BDY #define TAWID BDWID #define TAHGT BDHGT/4-2 #define TA1X TAX #define TA1Y TAY+TAHGT+4 #define TA1WID BDWID #define TA1HGT BDHGT/4-2 #define MEX TAX #define MEY TA1Y+TA1HGT+5 #define MEWID BDWID #define MEHGT BDHGT/2-4 /* * $Log: xwin.h,v $ * Revision 1.3 88/02/19 13:50:19 hale * Added io changes for loading games. * Load game is cleaned up. Variable board * sizes and formats available in save game * as well as printed comments. * * Revision 1.2 88/02/13 12:57:50 hale * added logging. * */