Revert change to MAXFORMATS to maintain binary compatibility

This commit is contained in:
Kevin E Martin 2004-07-17 20:44:14 +00:00
parent c47a1bdd74
commit 7f9e263658

View File

@ -95,7 +95,7 @@ extern unsigned long serverGeneration;
#define MAXCLIENTS 256
#define MAXDITS 1
#define MAXEXTENSIONS 128
#define MAXFORMATS 14
#define MAXFORMATS 8
#define MAXVISUALS_PER_SCREEN 50
typedef unsigned long PIXEL;