X11: implement with_resizable (#540) (#556)

This commit is contained in:
Danny Fritz 2018-06-07 10:46:15 -06:00 committed by Francesca Frangipane
parent 79aebf06dc
commit 2cc8fa1eac
5 changed files with 12 additions and 7 deletions

View file

@ -422,7 +422,7 @@ pub struct WindowAttributes {
/// The default is `None`.
pub max_dimensions: Option<(u32, u32)>,
/// [Windows only] Whether the window is resizable or not
/// [Windows & X11 only] Whether the window is resizable or not
///
/// The default is `true`.
pub resizable: bool,