mirror of
https://github.com/danbulant/node-x11
synced 2026-05-22 13:59:11 +00:00
Fix typo in crtcs field
This commit is contained in:
parent
0288e45f08
commit
a8a8a9f0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ exports.requireExt = function(display, callback)
|
|||
|
||||
pos += 24;
|
||||
var format = Array(res[2] + 1).join('L');
|
||||
resources.crcs = buf.unpack(format, pos);
|
||||
resources.crtcs = buf.unpack(format, pos);
|
||||
pos += res[2] << 2;
|
||||
format = Array(res[3] + 1).join('L');
|
||||
resources.outputs = buf.unpack(format, pos);
|
||||
|
|
|
|||
Loading…
Reference in a new issue