mirror of
https://github.com/danbulant/node-x11
synced 2026-05-24 12:35:39 +00:00
Merge pull request #30 from santigimeno/remove_translate_coordinate_global
Declare variable in TranslateCoordinates callback
This commit is contained in:
commit
d7bfb91ca3
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