compositing: Implement cursor per CSS3-UI § 8.1.1 in the CEF/Mac port.

I'm not sure how we want to handle Linux cursors, and GLFW has no
ability to set cursors (short of disabling it and managing it yourself).
This commit is contained in:
Patrick Walton 2014-12-12 07:18:16 -08:00
parent 636641f905
commit 7371e0b8e3
23 changed files with 564 additions and 171 deletions

View file

@ -39,6 +39,7 @@ use std::sync::Arc;
pub mod bloom;
pub mod cache;
pub mod cursor;
pub mod debug_utils;
pub mod dlist;
pub mod fnv;