Mac screensaver: On OS 10.13+, allow a bit more time for graphics apps to launch

This commit is contained in:
Charlie Fenton 2018-10-04 03:39:24 -07:00
parent 78dc381a17
commit a938e964a8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ static bool mojave;
#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) {