mirror of
https://github.com/danbulant/node-x11
synced 2026-06-16 21:21:20 +00:00
fix: incorrect FreeGlyphSet format
This commit is contained in:
parent
ff0a950994
commit
79cf131815
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ exports.requireExt = function(display, callback)
|
|||
|
||||
ext.FreeGlyphSet = function(gsid) {
|
||||
X.seq_num++;
|
||||
X.pack_stream.pack('CCSLL', [ext.majorOpcode, 19, 2, gsid]);
|
||||
X.pack_stream.pack('CCSL', [ext.majorOpcode, 19, 2, gsid]);
|
||||
X.pack_stream.flush();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue