X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h;h=d275fc11edfb1a473f5db649ea2981d849e0e954;hb=88134d551a9911995c013c5ed06a32c2b1044b85;hp=691c98c63ac2cdad41a8d99ec0014f96566d529d;hpb=0cac953ce8d5139c1a264b417951ee15a3176b51;p=xscreensaver diff --git a/config.h b/config.h index 691c98c6..d275fc11 100644 --- a/config.h +++ b/config.h @@ -1,14 +1,19 @@ /* - * Config file for xscreensaver, Copyright (c) 1991-1993 Jamie Zawinski. + * Config file for xscreensaver, Copyright (c) 1991-1994 Jamie Zawinski. * This file is included by the various Imakefiles. */ /* Uncomment the following line if you have the XIdle extension installed. - * XIdle comes on the X11r5 contrib tape, in .../contrib/extensions/xidle/. + * XIdle comes on the X11r5 contrib tape, in .../contrib/extensions/xidle/ + * (and maybe it will be on the r6 tape as well but I'm not sure where.) * Installing it is the morally superior thing to do, but xscreensaver will * work without it. + * + * Actually it's likely that the R6 `screensaver' server extension will turn + * out to be the better thing to use, but I haven't had time to add support + * for it yet. (See README to find the latest version of this program.) */ -#define HAVE_XIDLE +/* #define HAVE_XIDLE */ /* Uncomment the following line if you have the XPM library installed. * Some of the demos can make use of this.