mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
src: add AllowEvents core request
This commit is contained in:
parent
5e14ac2301
commit
b3ca6fb04b
1 changed files with 6 additions and 0 deletions
|
|
@ -614,6 +614,12 @@ var templates = {
|
|||
}
|
||||
],
|
||||
|
||||
AllowEvents: [
|
||||
function(mode, ts) {
|
||||
return [ 'CCSL', [ 35, mode, 2, ts ] ];
|
||||
}
|
||||
],
|
||||
|
||||
GrabServer: [
|
||||
[ 'CxS', [36, 1]]
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue