mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
WR update to 4595561c49939cb21be9554c1b85c244508bde73
This commit is contained in:
parent
55049c2a67
commit
8922280b91
4 changed files with 5 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue