diff options
Diffstat (limited to 'src/hints.rs')
-rw-r--r-- | src/hints.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hints.rs b/src/hints.rs index 530fdc9..aaa9a80 100644 --- a/src/hints.rs +++ b/src/hints.rs @@ -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, |