freebsd-dev/sys/dev/vt/hw
Jean-Sébastien Pédron 84d623c61e vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb
There were two issues:
    1. The area given to vt_is_cursor_in_area() was adding the drawable
       area offset, something already handled by this function.
    2. The cursor was shifted on the screen by the offset of this area
       and thus was misplaced or not erased. Furthermore, when reaching
       the bottom or right borders, the cursor was either totally
       removed or not erased correctly.

MFC after:	1 week
2014-08-27 15:10:28 +00:00
..
efifb vt(4): Add vd_bitblt_bmp_t callback 2014-08-23 20:35:33 +00:00
fb vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb 2014-08-27 15:10:28 +00:00
ofwfb vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb 2014-08-27 15:10:28 +00:00
vga vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colors 2014-08-25 20:15:19 +00:00