Mark hints as deprecated

This commit is contained in:
Tomaka17 2014-08-01 23:22:29 +02:00
parent c1ecc06baf
commit 21c8ffab80

View file

@ -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,