5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2024-12-22 17:34:20 +03:00
novnc-pve/debian
Dominik Csapak 6bd3883761 fix height on resize
it already was in the comment but i forgot it:

some browsers need an even size,
so we do Floor(x/2)*2

but if we have an uneven height, we get a window
that is a pixel too small, resulting in a scrollbar

so we have to add 1 first (like with the width)
Floor((x+1)/2)*2

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-08-08 12:20:38 +02:00
..
patches fix height on resize 2016-08-08 12:20:38 +02:00
changelog bump version to 0.5-7 2016-08-03 11:55:17 +02:00
compat add our own debian files 2014-06-13 09:20:55 +02:00
control fix binary type detection 2014-06-18 14:18:47 +02:00
copyright add our own debian files 2014-06-13 09:20:55 +02:00
docs add SOURCE file (reference to git repository) 2014-06-13 09:29:23 +02:00
install novnc : install inflator.js to bump to last version 2015-09-24 12:30:03 +02:00
rules bump to 0.5.1 master branch 2015-06-25 18:29:50 +02:00