home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / xsokoban / part01 / initx.h < prev    next >
Text File  |  1992-01-12  |  609b  |  21 lines

  1. #define NUMQ    5 
  2. #define TRUE (1==1)
  3. #define FALSE (1==0)
  4. #define BORDER    1
  5. #define BORDERWIDTH 3
  6. #define TITLE "Sokoban"
  7. #define FONT "-adobe-times-bold-r-normal--18-180-75-75-p-99-iso8859-1"
  8. #define WIDTH 200
  9. #define HEIGHT 200
  10. #define XORIGIN 1
  11. #define YORIGIN 1
  12. #define SCR  DefaultScreen(dpy)
  13. #define DEPTH  DefaultDepth(dpy,SCR)
  14. #define ROOT DefaultRootWindow(dpy)
  15. #define COLORMAP DefaultColormap(dpy,SCR)
  16. #define BLACKPIXEL     BlackPixel(dpy,SCR)
  17. #define WHITEPIXEL  WhitePixel(dpy,SCR)
  18. #define DWIDTH DisplayWidth(dpy,SCR)
  19. #define DHEIGHT DisplayHeight(dpy,SCR)
  20. #define DISPLAYNAME XDisplayName(NULL)
  21.