mirror of https://github.com/BOINC/boinc.git
Mac screensaver: change minimum graphics library version number to 7.24.4 to use new logic
This commit is contained in:
parent
67559d2e3c
commit
5b9cd1d3a0
|
@ -176,9 +176,9 @@ static bool myIsPreview;
|
||||||
#define MAXWAITFORCONNECTIONCATALINA 12.0
|
#define MAXWAITFORCONNECTIONCATALINA 12.0
|
||||||
#define MAX_CGWINDOWLIST_TRIES 3
|
#define MAX_CGWINDOWLIST_TRIES 3
|
||||||
|
|
||||||
#define MAJORBOINCGFXLIBNEEDEDFORSONOMA 8
|
#define MAJORBOINCGFXLIBNEEDEDFORSONOMA 7
|
||||||
#define MINORBOINCGFXLIBNEEDEDFORSONOMA 0
|
#define MINORBOINCGFXLIBNEEDEDFORSONOMA 24
|
||||||
#define RELEASEBOINCGFXLIBNEEDEDFORSONOMA 2
|
#define RELEASEBOINCGFXLIBNEEDEDFORSONOMA 4
|
||||||
|
|
||||||
int signof(float x) {
|
int signof(float x) {
|
||||||
return (x > 0.0 ? 1 : -1);
|
return (x > 0.0 ? 1 : -1);
|
||||||
|
|
Loading…
Reference in New Issue