mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
dix: Move default screensaver defaults into globals.c
This commit is contained in:
committed by
Adam Jackson
parent
43fc530780
commit
ff4e2c24ec
@@ -51,9 +51,5 @@ SOFTWARE.
|
||||
* The following constants contain default values for all of the variables
|
||||
* that can be initialized on the server command line or in the environment.
|
||||
*/
|
||||
#define DEFAULT_SCREEN_SAVER_TIME (10 * (60 * 1000))
|
||||
#define DEFAULT_SCREEN_SAVER_INTERVAL (10 * (60 * 1000))
|
||||
#define DEFAULT_SCREEN_SAVER_BLANKING PreferBlanking
|
||||
#define DEFAULT_SCREEN_SAVER_EXPOSURES AllowExposures
|
||||
|
||||
#endif /* SITE_H */
|
||||
|
||||
Reference in New Issue
Block a user