@@ -339,11 +339,13 @@ func (window *window) handleMotionNotify (
}
underneath := window.boxUnder(image.Pt(x, y), eventCategoryMouse)
if underneath != nil {
window.hover(underneath)
if !handled {
underneath.handleMouseMove()
func (window *window) compressExpose (
The note is not visible to the blocked user.