mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +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
|
backR = backRGB.R
|
||||||
backG = backRGB.G
|
backG = backRGB.G
|
||||||
backB = backRGB.B
|
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 = {};
|
this.pending_atoms = {};
|
||||||
for (var r in reqs)
|
for (var r in reqs)
|
||||||
{
|
{
|
||||||
|
console.log(r);
|
||||||
// r is request name
|
// r is request name
|
||||||
target[r] = (function(reqName) {
|
target[r] = (function(reqName) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue