mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
committed by
Francesca Frangipane
parent
79aebf06dc
commit
2cc8fa1eac
@@ -53,7 +53,7 @@ impl WindowBuilder {
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// This only has an effect on Windows.
|
||||
/// This only has an effect on Windows & X11.
|
||||
#[inline]
|
||||
pub fn with_resizable(mut self, resizable: bool) -> WindowBuilder {
|
||||
self.window.resizable = resizable;
|
||||
|
||||
Reference in New Issue
Block a user