]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove save/restore of the crtc and gdc registers when showing and
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 14:44:20 +0000 (14:44 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 14:44:20 +0000 (14:44 +0000)
commitfb5ccd4c44a5aefb2716b0475882c508225711c6
tree22710671054b3f76aab431feac7b46b96f36e1c2
parent014a776e3f6a8f86d8b33690a7b22d4f4fe468b7
Remove save/restore of the crtc and gdc registers when showing and
hiding the mouse cursor.  The showing and hiding is often done
asynchronously in a not very safe signal handler, but the state of
these registers and much more is protected from the signal handler
in a better way by deferring mouse signals while the state is in use.
lib/libvgl/mouse.c