X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fgreynetic.c;h=dd9312acb87186dda255a9fd78deeb343aef6b62;hb=6edc84f12f15860a71430c45e8392a5e4ef8203c;hp=2b6ed56d9711b14891f421c9618a88e83bbfe422;hpb=65740e2a8dea3d6309ae6e8914a0fb79e993ada8;p=xscreensaver diff --git a/hacks/greynetic.c b/hacks/greynetic.c old mode 100755 new mode 100644 index 2b6ed56d..dd9312ac --- a/hacks/greynetic.c +++ b/hacks/greynetic.c @@ -13,7 +13,6 @@ #define NBITS 12 -#ifndef VMS #include #include #include @@ -26,20 +25,6 @@ #include #include #include -#else -#include "sys$common:[decw$include.bitmaps]stipple.xbm" -#include "sys$common:[decw$include.bitmaps]cross_weave.xbm" -#include "sys$common:[decw$include.bitmaps]dimple1.xbm" -#include "sys$common:[decw$include.bitmaps]dimple3.xbm" -#include "sys$common:[decw$include.bitmaps]flipped_gray.xbm" -#include "sys$common:[decw$include.bitmaps]gray1.xbm" -#include "sys$common:[decw$include.bitmaps]gray3.xbm" -#include "sys$common:[decw$include.bitmaps]hlines2.xbm" -#include "sys$common:[decw$include.bitmaps]light_gray.xbm" -#include "sys$common:[decw$include.bitmaps]root_weave.xbm" -#include "sys$common:[decw$include.bitmaps]vlines2.xbm" -#include "sys$common:[decw$include.bitmaps]vlines3.xbm" -#endif static Pixmap pixmaps [NBITS]; static GC gc;