XQuartz: Allow more than 3 OSX displays

This commit is contained in:
Jeremy Huddleston 2009-07-16 16:59:47 -07:00
parent 33e7437a49
commit 45045eb396

View File

@ -491,7 +491,7 @@ void freeGlCapabilities(struct glCapabilities *cap) {
cap->configurations = NULL;
}
enum { MAX_DISPLAYS = 3 };
#define MAX_DISPLAYS 32
/*Return true if an error occured. */
bool getGlCapabilities(struct glCapabilities *cap) {