mirror of
https://github.com/danbulant/node-x11
synced 2026-06-06 08:10:25 +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: [
|
CreateGC: [
|
||||||
function(cid, drawable, values) {
|
function(cid, drawable, values) {
|
||||||
var format = 'CxSLLL';
|
var format = 'CxSLLL';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue