Cursor: clear pointer focus on hide
This line seems to have been removed by accident while fixing a
different unrelated bug.
Fixes: f482b9ddaa
			
			
This commit is contained in:
		| @ -822,6 +822,7 @@ pub fn hide(cursor: *Cursor) void { | ||||
|  | ||||
|     cursor.hidden = true; | ||||
|     cursor.wlr_cursor.unsetImage(); | ||||
|     cursor.seat.wlr_seat.pointerNotifyClearFocus(); | ||||
|     cursor.hide_cursor_timer.timerUpdate(0) catch { | ||||
|         log.err("failed to update cursor hide timeout", .{}); | ||||
|     }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user