HomeFreeBSD

MFC r281944: vt(4): Simplify mouse area detection

Description

MFC r281944: vt(4): Simplify mouse area detection

vt_is_cursor_in_area needs to return true if any part of the mouse
cursor is visible in the rectangle area. Replace the existing test with
a simpler version of a test for overlapping rectangles.

Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Parents
rS282822: MFC r282247: vt: fix vt_fb_bitblt_bitmap mask corruption
Branches
Unknown
Tags
Unknown