mirror of
https://github.com/danbulant/node-x11
synced 2026-07-07 20:20:52 +00:00
Test
This commit is contained in:
parent
e5e4eac0e5
commit
965b5ca997
2 changed files with 47 additions and 46 deletions
|
|
@ -660,7 +660,7 @@ var templates = {
|
|||
backR = backRGB.R
|
||||
backG = backRGB.G
|
||||
backB = backRGB.B
|
||||
return [ 'CxSLLLSSSSSSSS', [93, , cid, source, mask, foreR, foreG, foreB, backR, backG, backB, x, y] ];
|
||||
return [ 'CxSLLLSSSSSSSS', [93, 8, cid, source, mask, foreR, foreG, foreB, backR, backG, backB, x, y] ];
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -142,6 +142,7 @@ XClient.prototype.importRequestsFromTemplates = function(target, reqs)
|
|||
this.pending_atoms = {};
|
||||
for (var r in reqs)
|
||||
{
|
||||
console.log(r);
|
||||
// r is request name
|
||||
target[r] = (function(reqName) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue