-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for restoring windows on multiple desktops. Right now, FMN scans the first 20 desktops for windows by default; in the future, however, we may want to make this configurable (especially if Apple does not fix the bug in the Accessibility API that necessitates this fix in the first place). darcs-hash:20070717191913-3181a-c4a84204b1715fa38bf15bdd15ae928e48f98fba.gz
- Loading branch information
Showing
3 changed files
with
60 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define FMN_VERSION 1.0.2 | ||
#define FMN_VERSION_STRING "1.0.2" | ||
#define FMN_VERSION_NSSTRING @"1.0.2" | ||
#define FMN_VERSION 1.0.3 | ||
#define FMN_VERSION_STRING "1.0.3" | ||
#define FMN_VERSION_NSSTRING @"1.0.3" |