mirror of
https://github.com/danbulant/node-x11
synced 2026-06-14 12:11:26 +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) {
|
||||
return [ 'CxSL', [113, 2, resource] ];
|
||||
}
|
||||
],
|
||||
|
||||
KillKlient: KillClient,
|
||||
|
||||
SetScreenSaver: [
|
||||
function(timeout, interval, preferBlanking, allowExposures) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue