mirror of
https://github.com/danbulant/node-x11
synced 2026-05-22 13:59:11 +00:00
add FreePixmap request
This commit is contained in:
parent
6b0f257581
commit
f0d25c325e
1 changed files with 6 additions and 1 deletions
|
|
@ -642,7 +642,12 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
|
||||
// opcode 55
|
||||
FreePixmap: [
|
||||
function(pixmap) {
|
||||
return [ 'CxSL', [ 54, 2, pixmap ] ];
|
||||
}
|
||||
],
|
||||
|
||||
CreateGC: [
|
||||
function(cid, drawable, values) {
|
||||
var format = 'CxSLLL';
|
||||
|
|
|
|||
Loading…
Reference in a new issue