]> git.proxmox.com Git - mirror_novnc.git/commit
Merge pull request #632 from patrakov/master
authorSolly Ross <directxman12+github@gmail.com>
Tue, 23 Aug 2016 19:11:03 +0000 (15:11 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2016 19:11:03 +0000 (15:11 -0400)
commit19c19bed061c1972ce778f0225bfb20c24540422
treef0b0e6ec38c1d08be280d2ff994773d4305ef6c4
parent54fc35248d35d28b5c9430ef3a148bcdb22f6a3e
parent6024677ffaf9dcd3ada1d5771bd7c41ad3003df0
Merge pull request #632 from patrakov/master

Fixed BLIT RGB data buffer size

The RGB buffer size was incorrectly marked as `pixels * 4` instead of the correct `pixels * 3`

Fixes #615