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