mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
SetScreenSaver request
This commit is contained in:
parent
0b68bbbdb0
commit
5dec4c29b7
1 changed files with 6 additions and 0 deletions
|
|
@ -633,6 +633,12 @@ module.exports = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
SetScreenSaver: [
|
||||||
|
function(timeout, interval, preferBlanking, allowExposures) {
|
||||||
|
return [ 'CxSSSCCxx', [107, 3, timeout, interval, preferBlanking, allowExposures]];
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
ForceScreenSaver: [
|
ForceScreenSaver: [
|
||||||
function(activate) {
|
function(activate) {
|
||||||
return [ 'CCS', [115, activate?1:0, 1] ];
|
return [ 'CCS', [115, activate?1:0, 1] ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue