XQuartz: Allow more than 3 OSX displays
(cherry picked from commit 45045eb3968069a8d74ce9188890a5537dc60fec)
This commit is contained in:
parent
7333dc2969
commit
e7bc9ff816
|
@ -491,7 +491,7 @@ void freeGlCapabilities(struct glCapabilities *cap) {
|
||||||
cap->configurations = NULL;
|
cap->configurations = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum { MAX_DISPLAYS = 3 };
|
#define MAX_DISPLAYS 32
|
||||||
|
|
||||||
/*Return true if an error occured. */
|
/*Return true if an error occured. */
|
||||||
bool getGlCapabilities(struct glCapabilities *cap) {
|
bool getGlCapabilities(struct glCapabilities *cap) {
|
||||||
|
|
Loading…
Reference in New Issue