mirror of
https://github.com/danbulant/node-x11
synced 2026-05-27 22:12:15 +00:00
Declare variable in TranslateCoordinates callback
This commit is contained in:
parent
55250ea370
commit
c2645fd09e
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ module.exports = {
|
||||||
function(buf)
|
function(buf)
|
||||||
{
|
{
|
||||||
var res = buf.unpack('Lss');
|
var res = buf.unpack('Lss');
|
||||||
ext = {};
|
var ext = {};
|
||||||
ext.child = res[0];
|
ext.child = res[0];
|
||||||
ext.destX = res[1];
|
ext.destX = res[1];
|
||||||
ext.destY = res[2];
|
ext.destY = res[2];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue