diff options
Diffstat (limited to 'src/window/unmapped.rs')
| -rw-r--r-- | src/window/unmapped.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/window/unmapped.rs b/src/window/unmapped.rs index 2eeae5d4..3ea0f1d8 100644 --- a/src/window/unmapped.rs +++ b/src/window/unmapped.rs @@ -30,11 +30,16 @@ pub enum InitialConfigureState { /// affect anything before that. rules: ResolvedWindowRules, - /// Resolved default width for this window. + /// Resolved scrolling default width for this window. /// /// `None` means that the window will pick its own width. width: Option<ColumnWidth>, + /// Resolved floating default width for this window. + /// + /// `None` means that the window will pick its own width. + floating_width: Option<ColumnWidth>, + /// Whether the window should open full-width. is_full_width: bool, |
