mirror of
https://github.com/danbulant/node-x11
synced 2026-06-15 20:51:30 +00:00
commit
ae26f88a27
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