cursor-icon
CursorIcon
This crate is aimed to simplify handling of cursor icon across various crates and be used in the public API.
Fixes #1912.
Window::set_cursor_icon
* X11: Fix performance issue with rapidly resetting cursor icon * When setting cursor icon, if the new icon value is the same as the current value, no messages are sent the X server. * X11: Cache cursor objects in XConnection * Add changelog entry