X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fmaze.c;h=008ab33bb92c340dce5c93d77e28d3dd022ecc55;hp=7c692204b41c7950d9822ceda842470dc3acfbc1;hb=c28aecf9fc41e3a03494bacf7279745425e2fa18;hpb=723c9eeee862766a1534b2ce17b78adbfac1c3be diff --git a/hacks/maze.c b/hacks/maze.c index 7c692204..008ab33b 100644 --- a/hacks/maze.c +++ b/hacks/maze.c @@ -91,11 +91,12 @@ static int solve_delay, pre_solve_delay, post_solve_delay; #include #include #include -#ifndef VMS -# include -#else /* VMS */ -# include "sys$common:[decw$include.bitmaps]gray1.xbm" -#endif /* VMS */ + +/* #include */ +#define gray1_width 2 +#define gray1_height 2 +static char gray1_bits[] = { 0x01, 0x02 }; + #define MAX_MAZE_SIZE_X 500 #define MAX_MAZE_SIZE_Y 500