mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XQuartz: Allow more than 3 OSX displays
(cherry picked from commit 45045eb3968069a8d74ce9188890a5537dc60fec)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user