add FreePixmap request

This commit is contained in:
Andrey Sidorov 2014-03-29 18:46:12 +11:00
parent 6b0f257581
commit f0d25c325e

View file

@ -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';