mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Move util::cursor to style_traits
This commit is contained in:
parent
c929dbe253
commit
290694b27e
27 changed files with 44 additions and 14 deletions
|
@ -35,7 +35,7 @@ use std::ptr;
|
|||
use std::rc::Rc;
|
||||
use std::sync::mpsc::{Sender, channel};
|
||||
use std_url::Url;
|
||||
use util::cursor::Cursor;
|
||||
use style_traits::cursor::Cursor;
|
||||
use util::geometry::ScreenPx;
|
||||
#[cfg(target_os="linux")]
|
||||
extern crate x11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue