mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Mark hints as deprecated
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::default::Default;
|
||||
|
||||
#[deriving(Clone,Show)]
|
||||
#[deprecated = "Will be removed soon (it's not supported anyway)"]
|
||||
pub struct Hints {
|
||||
pub resizable: bool,
|
||||
pub visible: bool,
|
||||
|
||||
Reference in New Issue
Block a user