mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
Merge pull request #65 from santigimeno/fixkillklient
Fix name of KillClient request
This commit is contained in:
commit
ae71050a5d
1 changed files with 3 additions and 1 deletions
|
|
@ -907,11 +907,13 @@ module.exports = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
KillKlient: [
|
KillClient: [
|
||||||
function(resource) {
|
function(resource) {
|
||||||
return [ 'CxSL', [113, 2, resource] ];
|
return [ 'CxSL', [113, 2, resource] ];
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
KillKlient: KillClient,
|
||||||
|
|
||||||
SetScreenSaver: [
|
SetScreenSaver: [
|
||||||
function(timeout, interval, preferBlanking, allowExposures) {
|
function(timeout, interval, preferBlanking, allowExposures) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue