Bug #2081: Note the range limitation of XSetScreenSaver arguments.

This commit is contained in:
Eric Anholt 2007-08-31 17:30:33 -07:00
parent 31540f1438
commit 11ea09745e

View file

@ -213,6 +213,8 @@ If the timeout value is nonzero,
.ZN XSetScreenSaver
enables the screen saver.
An interval of 0 disables the random-pattern motion.
Both values are limited to a 16-bit signed integer range by the wire protocol,
despite the C prototype.
If no input from devices (keyboard, mouse, and so on) is generated
for the specified number of timeout seconds once the screen saver is enabled,
the screen saver is activated.