Page MenuHomeFreeBSD

vt(4): Simplify mouse area detection
ClosedPublic

Authored by emaste on Apr 23 2015, 5:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 29 2025, 10:23 AM
Unknown Object (File)
Jun 29 2025, 8:03 AM
Unknown Object (File)
Jun 23 2025, 5:55 PM
Unknown Object (File)
Jun 22 2025, 10:57 PM
Unknown Object (File)
Jun 22 2025, 6:51 AM
Unknown Object (File)
Jun 21 2025, 8:36 PM
Unknown Object (File)
Jun 19 2025, 12:04 AM
Unknown Object (File)
Jun 10 2025, 7:59 AM
Subscribers
None

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to vt(4): Simplify mouse area detection.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: dim, ray.
ray edited edge metadata.

I like it

This revision is now accepted and ready to land.Apr 23 2015, 5:33 PM
This revision was automatically updated to reflect the committed changes.