mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Fix a few warnings in cef build
This commit is contained in:
parent
a97f81b83d
commit
676c59cc18
3 changed files with 1 additions and 3 deletions
|
@ -36,6 +36,7 @@ extern crate x11;
|
|||
use self::x11::xlib::XOpenDisplay;
|
||||
|
||||
/// The type of an off-screen window.
|
||||
#[allow(raw_pointer_derive)]
|
||||
#[derive(Clone)]
|
||||
pub struct Window {
|
||||
cef_browser: RefCell<Option<CefBrowser>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue