-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change FvwmPager Logic for initial window size.
* Updated window size computational logic and formulas to deal with per-monitor vs global configurations. * Use either global window size or monitor window size (if monitor is set) to determine initial dimensions of pager if not set by user. Fixes #522. * Correctly use DeskTopScale (Scr.VScale) to determine window size if Geometry not set by user. Fixes #223. * Improved use of sizehints to set both minimum window size, and to preserve aspect ratio when resizing the pager. The aspect ratio is set to the initial size of the window unless the user sets window size with the Geometry option. * Manual page updates to state the how initial size works.
- Loading branch information
1 parent
1a7a9a7
commit c54162a
Showing
3 changed files
with
115 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters