mirror of
https://github.com/danbulant/node-x11
synced 2026-06-10 02:00:26 +00:00
Add RaiseWindow request
This commit is contained in:
parent
7312baef09
commit
6822d759f0
1 changed files with 6 additions and 0 deletions
|
|
@ -244,6 +244,12 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
|
||||
RaiseWindow: [
|
||||
function(win) {
|
||||
return ['CxSLSxxCxxx', [12, 4, win, 64]];
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
QueryTree: [
|
||||
['CxSL', [15, 2]],
|
||||
|
|
|
|||
Loading…
Reference in a new issue