http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / blitspin.c
old mode 100644 (file)
new mode 100755 (executable)
index df7ce8a..091d84d
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992 Jamie Zawinski <jwz@lucid.com>
+/* xscreensaver, Copyright (c) 1992 Jamie Zawinski <jwz@mcom.com>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
 # endif
 #endif
 
+#ifndef VMS
 #include <X11/Xmu/Drawing.h>
+#else
+#include "sys$common:[decw$include.xmu]Drawing.h"
+#endif
 
 #include "default.xbm"
 
@@ -242,8 +246,8 @@ display (pixmap)
 char *progclass = "BlitSpin";
 
 char *defaults [] = {
-  "*background:        black",
-  "*foreground:        white",
+  "BlitSpin.background:        black",         /* to placate SGI */
+  "BlitSpin.foreground:        white",
   "*delay:     500000",
   "*delay2:    500000",
   "*bitmap:    (default)",