mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Make get_nodes_under_mouse return Vec.
This commit is contained in:
parent
558986c87e
commit
20f649da71
3 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ pub type UntrustedNodeAddress = *c_void;
|
|||
pub struct ContentBoxResponse(pub Rect<Au>);
|
||||
pub struct ContentBoxesResponse(pub ~[Rect<Au>]);
|
||||
pub struct HitTestResponse(pub UntrustedNodeAddress);
|
||||
pub struct MouseOverResponse(pub ~[UntrustedNodeAddress]);
|
||||
pub struct MouseOverResponse(pub Vec<UntrustedNodeAddress>);
|
||||
|
||||
/// Determines which part of the
|
||||
#[deriving(Eq, Ord, TotalEq, TotalOrd, Encodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue