WR update to 4595561c49939cb21be9554c1b85c244508bde73

This commit is contained in:
Dzmitry Malyshau 2017-11-23 14:51:11 -05:00
parent 55049c2a67
commit 8922280b91
4 changed files with 5 additions and 6 deletions

View file

@ -769,7 +769,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
warn!("Sending event to constellation failed ({}).", e);
}
if let Some(cursor) = Cursor::from_u8(item.tag.1).ok() {
if let Some(cursor) = Cursor::from_u8(item.tag.1 as _).ok() {
let msg = ConstellationMsg::SetCursor(cursor);
if let Err(e) = self.constellation_chan.send(msg) {
warn!("Sending event to constellation failed ({}).", e);