Skip to content

Commit

Permalink
Mac screensaver: On OS 10.13+, allow a bit more time for graphics app…
Browse files Browse the repository at this point in the history
…s to launch
  • Loading branch information
Charlie Fenton committed Oct 4, 2018
1 parent 78dc381 commit a938e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientscr/Mac_Saver_ModuleView.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
#define MAXDELTA 16

// On OS 10.13+, assume graphics app is not compatible if no MachO connection after 5 seconds
#define MAXWAITFORCONNECTION 5.0
#define MAXWAITFORCONNECTION 8.0
#define MAX_CGWINDOWLIST_TRIES 3

int signof(float x) {
Expand Down

0 comments on commit a938e96

Please sign in to comment.