This fixes mask corruption when the bitmap extends off the RHS of the window.
PR 199648
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199648
Differential D2360
vt(4): Simplify vt_fb vt_fb_bitblt_bitmap emaste on Apr 24 2015, 2:48 AM. Authored by Tags None Referenced Files
Details
This fixes mask corruption when the bitmap extends off the RHS of the window. PR 199648
Diff Detail
Event TimelineComment Actions I just discovered that this does not happen on stable/10. The latent bug here was exposed by r278673, which expanded the mouse pointer beyond 8 pixels wide. See D1801. |