mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-17 23:00:35 +01:00
XQuartz: Allow more than 3 OSX displays
(cherry picked from commit 45045eb396)
This commit is contained in:
parent
3638f99f03
commit
1814fdf45a
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