-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace parameters by _OpenSaveFileArgs
The class `_OpenSaveFileArgs` has been introduced in f56fac2. However, it wasn't used consistently throughout the whole Windows implementation as each field of `_OpenSaveFileArgs` was passed individually between functions. Consistenly using an instance of `_OpenSaveFileArgs` minifies function signatures and reduces the total lines of code by 50 lines.
- Loading branch information
Showing
1 changed file
with
34 additions
and
81 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