]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore doing nothing for calls to VGLEnd() after the first. I broke this
authorbde <bde@FreeBSD.org>
Thu, 25 Apr 2019 15:48:23 +0000 (15:48 +0000)
committerbde <bde@FreeBSD.org>
Thu, 25 Apr 2019 15:48:23 +0000 (15:48 +0000)
commit2a26f019f13fdfe2b9f6e677498a05ca4cc19f56
tree1937e1d1d8adc43585a2cda6a8a5727ddbf2a6fb
parent63aec3850f781558523c875c46cc39bd917ee4fa
Restore doing nothing for calls to VGLEnd() after the first. I broke this
in r346631.  VGLEnd() clears some state variables as it restores state,
but not all of them, so it still needs to clear a single state variable
to indicate that it has completed.  Put this clearing back where it was
(at the start instead of the end) to avoid moving bugs in the signal
handling.
lib/libvgl/main.c