mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
use less repetitive name
This commit is contained in:
parent
3fa0dca3a3
commit
46cadfdd2c
6 changed files with 162 additions and 162 deletions
|
@ -74,7 +74,7 @@ impl LayoutRPC for LayoutRPCImpl {
|
|||
if update_cursor {
|
||||
// Compute the new cursor.
|
||||
let cursor = match *result {
|
||||
None => Cursor::DefaultCursor,
|
||||
None => Cursor::Default,
|
||||
Some(dim) => dim.pointing.unwrap(),
|
||||
};
|
||||
rw_data.constellation_chan.send(ConstellationMsg::SetCursor(cursor)).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue