ftp://ftp.uni-heidelberg.de/pub/X11/contrib/applications/xscreensaver-1.27.tar.Z
[xscreensaver] / driver / xscreensaver.h
index 751ae0ce868f9df2db03fd356efc19dbd87abe7f..9b933347b79773ebf6961fb6cc86268262f1a511 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1993, 1995 Jamie Zawinski <jwz@mcom.com>
+/* xscreensaver, Copyright (c) 1993-1996 Jamie Zawinski <jwz@netscape.com>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
 
 #ifdef NO_MOTIF
 # define NO_DEMO_MODE
+
+  /* #### If anyone ever finishes the Athena locking code, remove this.
+     Until then, Locking requires Motif. */
 # ifndef NO_LOCKING
 #  define NO_LOCKING
 # endif
+
 #endif
 
 extern char *progname, *progclass;
@@ -57,7 +61,7 @@ extern void spawn_screenhack P((Bool));
 extern void kill_screenhack P((void));
 
 extern Colormap copy_colormap P((Display *, Colormap, Colormap));
-extern void fade_colormap P((Display*, Colormap, Colormap, int, int, Bool));
+extern void fade_colormap P((Display*,Colormap,Colormap,int,int,Bool,Bool));
 extern void blacken_colormap P((Display *, Colormap));
 
 extern int BadWindow_ehandler P((Display *dpy, XErrorEvent *error));