X11: Implement resize increments and base size (#494)
This commit is contained in:
parent
c4b92ebd45
commit
cc8907b956
4 changed files with 36 additions and 6 deletions
|
|
@ -32,6 +32,8 @@ const BACKEND_PREFERENCE_ENV_VAR: &str = "WINIT_UNIX_BACKEND";
|
|||
pub struct PlatformSpecificWindowBuilderAttributes {
|
||||
pub visual_infos: Option<XVisualInfo>,
|
||||
pub screen_id: Option<i32>,
|
||||
pub resize_increments: Option<(i32, i32)>,
|
||||
pub base_size: Option<(i32, i32)>,
|
||||
}
|
||||
|
||||
lazy_static!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue