Fixed copyrect: although synchronization was properly established, draw jobs were...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 3 Apr 2011 06:53:30 +0000 (23:53 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 3 Apr 2011 06:53:30 +0000 (23:53 -0700)
commit0e25391ba61d306eaf3ac448413e36bacb722e39
tree0cf436fc6e1b1c466753983be66026ff87d9facb
parent51c15bbda162ff3111712013307ed3de205d0df0
Fixed copyrect: although synchronization was properly established, draw jobs were not properly reserved in the destination layer, so draw operations would NOT block (synchronized on source only), resulting in draw race conditions. In a copy, the destination layer should block until the source layer is ready.
src/main/resources/layer.js