mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 09:38:15 +02:00
Bug #2081: Note the range limitation of XSetScreenSaver arguments.
This commit is contained in:
parent
31540f1438
commit
11ea09745e
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue