mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Mark hints as deprecated
This commit is contained in:
parent
c1ecc06baf
commit
21c8ffab80
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue