mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 10:40:06 +01:00
XQuartz: Allow more than 3 OSX displays
(cherry picked from commit 45045eb396)
This commit is contained in:
parent
7333dc2969
commit
e7bc9ff816
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue