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)
Dec 20 2023, 1:37 AM
Unknown Object (File)
Oct 26 2023, 11:41 PM
Unknown Object (File)
Sep 3 2023, 9:55 AM
Unknown Object (File)
Apr 8 2023, 12:41 AM
Unknown Object (File)
Mar 21 2023, 8:39 PM
Unknown Object (File)
Apr 17 2017, 4:00 PM
Unknown Object (File)
Apr 15 2017, 6:50 PM
Unknown Object (File)
Apr 13 2017, 5:57 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.