mirror of
https://github.com/danbulant/node-x11
synced 2026-05-22 13:59:11 +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
|
|
@ -613,6 +613,12 @@ var templates = {
|
|||
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
|
||||
}
|
||||
],
|
||||
|
||||
AllowEvents: [
|
||||
function(mode, ts) {
|
||||
return [ 'CCSL', [ 35, mode, 2, ts ] ];
|
||||
}
|
||||
],
|
||||
|
||||
GrabServer: [
|
||||
[ 'CxS', [36, 1]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue