mirror of
https://github.com/danbulant/node-x11
synced 2026-05-20 12:58:45 +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)
|
||||
{
|
||||
var res = buf.unpack('Lss');
|
||||
ext = {};
|
||||
var ext = {};
|
||||
ext.child = res[0];
|
||||
ext.destX = res[1];
|
||||
ext.destY = res[2];
|
||||
|
|
|
|||
Loading…
Reference in a new issue