]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use __VGLBitmapCopy() directly to show the mouse cursor. The mouse
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 18:28:54 +0000 (18:28 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 18:28:54 +0000 (18:28 +0000)
commit2ab2eca32e2d11f0aac966e4fa5a592be024d9dd
tree1d454070e7a73b854b86156de2c278392e5b08d4
parent0cd3f197351f0d3e1d58a1505c9192dbea53d280
Use __VGLBitmapCopy() directly to show the mouse cursor.  The mouse
cursor must be merged with the shadow buffer on the way to the screen,
and __VGLBitmapCopy() now has an option to do exactly that.  This is
insignificantly less efficient.
lib/libvgl/mouse.c