mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Mark hints as deprecated
This commit is contained in:
parent
c1ecc06baf
commit
21c8ffab80
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue