mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-26 13:10:31 +01:00
XQuartz: Allow more than 3 OSX displays
(cherry picked from commit 45045eb396)
This commit is contained in:
parent
d473561901
commit
c1468ad91a
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