From 21002831a034d582385eeb231b7e9feba5009fbe Mon Sep 17 00:00:00 2001 From: champii Date: Sat, 30 Aug 2014 21:29:44 +0200 Subject: [PATCH] trying to use PutImage --- lib/corereqs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/corereqs.js b/lib/corereqs.js index d207cf5..9d80f4c 100644 --- a/lib/corereqs.js +++ b/lib/corereqs.js @@ -775,8 +775,7 @@ var templates = { // TODO: move code to calculate reqLength and use BigReq if needed outside of corereq.js // NOTE: big req is used here (first 'L' in format, 0 and +1 in params), won't work if not enabled - return [ 'CCSLLSSssCCxxaa', [72, format, 0, 1+reqLen, drawable, gc, width, height, dstX, dstY, leftPad, depth, data, pad]]; - // return [ 'CCSLLLSSssCCxxaa', [72, format, 0, 1+reqLen, drawable, gc, width, height, dstX, dstY, leftPad, depth, data, pad]]; + return [ 'CCSLLLSSssCCxxaa', [72, format, 0, 1+reqLen, drawable, gc, width, height, dstX, dstY, leftPad, depth, data, pad]]; } ],