]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In VGLClear(), check for the overlap of the mouse cursor in the whole
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 16:14:23 +0000 (16:14 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 16:14:23 +0000 (16:14 +0000)
commit37f3d66311eccd52d6e13fd10bed517ed2ee30ce
treef6047e016517b4877aa829ffb799deaffbb2cb66
parent3b0026faa58a31f1208b0538d610cae878c1870a
In VGLClear(), check for the overlap of the mouse cursor in the whole
display, not just in the unpanned top left corner.  This currently
makes no difference since the kernel erroneously doesn't allow moving
the cursor completely outside of the unpanned corner.
lib/libvgl/simple.c