]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 333235:
authorjhb <jhb@FreeBSD.org>
Thu, 9 May 2019 20:30:35 +0000 (20:30 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 9 May 2019 20:30:35 +0000 (20:30 +0000)
commit4d173c5333890497f505e6f2f7d4cd76d04ec35a
tree6dc0933581dc601f504a822aed7547803a705b1e
parent5cc7b50013ebfcde34cfea69c591a506ea11df10
MFC 333235:
Allow arbitrary numbers of columns for VNC server screen resolution.

The prior code only allowed multiples of 32 for the
numbers of columns. Remove this restriction to allow
a forthcoming UEFI firmware update to allow arbitrary
x,y resolutions.

(the code for handling rows already supported non mult-32 values)
usr.sbin/bhyve/rfb.c