mirror of https://github.com/BOINC/boinc.git
Mac screensaver: On OS 10.13+, allow a bit more time for graphics apps to launch
This commit is contained in:
parent
78dc381a17
commit
a938e964a8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue