implement window position save and restore in OSX

This commit is contained in:
2019-08-07 10:58:17 +02:00
parent 52726257f9
commit 079f66edf9
5 changed files with 21 additions and 3 deletions

View File

@@ -39,4 +39,5 @@
View* view;
}
- (void)init_dirs;
- (void)save_ui_state;
@end