diff options
Diffstat (limited to 'src/window')
| -rw-r--r-- | src/window/unmapped.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window/unmapped.rs b/src/window/unmapped.rs index 18073a98..cf8754b4 100644 --- a/src/window/unmapped.rs +++ b/src/window/unmapped.rs @@ -36,6 +36,11 @@ pub enum InitialConfigureState { /// `None` means that the window will pick its own width. width: Option<ColumnWidth>, + /// Resolved scrolling default height for this window. + /// + /// `None` means that the window will pick its own height. + height: Option<PresetSize>, + /// Resolved floating default width for this window. /// /// `None` means that the window will pick its own width. |
