]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid hiding and unhiding the mouse cursor when copying bitmaps to the
authorbde <bde@FreeBSD.org>
Wed, 24 Apr 2019 16:03:35 +0000 (16:03 +0000)
committerbde <bde@FreeBSD.org>
Wed, 24 Apr 2019 16:03:35 +0000 (16:03 +0000)
commit880e4a5aec9ec17ee57b6236ebac72d076a1aafa
tree4f88ffd794d0b7352e973a783e6389652745ca4d
parenteb23169a5250ae12e6c1eafd9453fe7af017ec21
Avoid hiding and unhiding the mouse cursor when copying bitmaps to the
screen.  Instead, copy a merged bitmap 1 line at a time.

This fixes flashing of the cursor and is faster in all modes (especially
in planar modes).
lib/libvgl/bitmap.c
lib/libvgl/mouse.c
lib/libvgl/vgl.h