]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the line width in VGLEnd(). The line width may be changed by
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:22:54 +0000 (13:22 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:22:54 +0000 (13:22 +0000)
commit63bb930668aa957877ecb9ee25e3ee822a181f3a
tree0ea454469b1864bd9a77a457264a852018008943
parent382d03d2b8c18b47fada3ba2895a97cabc81c134
Restore the line width in VGLEnd().  The line width may be changed by
VGLSetVScreenSize(), but is not restored by mode switches to at least
standard text mode, so must be restored explicitly.  Standard text mode
displayed blanks when the line width was doubled.
lib/libvgl/main.c