home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume13
/
xsokoban
/
part01
/
initx.h
< prev
next >
Wrap
Text File
|
1992-01-12
|
609b
|
21 lines
#define NUMQ 5
#define TRUE (1==1)
#define FALSE (1==0)
#define BORDER 1
#define BORDERWIDTH 3
#define TITLE "Sokoban"
#define FONT "-adobe-times-bold-r-normal--18-180-75-75-p-99-iso8859-1"
#define WIDTH 200
#define HEIGHT 200
#define XORIGIN 1
#define YORIGIN 1
#define SCR DefaultScreen(dpy)
#define DEPTH DefaultDepth(dpy,SCR)
#define ROOT DefaultRootWindow(dpy)
#define COLORMAP DefaultColormap(dpy,SCR)
#define BLACKPIXEL BlackPixel(dpy,SCR)
#define WHITEPIXEL WhitePixel(dpy,SCR)
#define DWIDTH DisplayWidth(dpy,SCR)
#define DHEIGHT DisplayHeight(dpy,SCR)
#define DISPLAYNAME XDisplayName(NULL)