summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-14 16:25:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-14 16:25:18 +0000
commitf89035b8c45ff13392fe7cb3ce0c2bdb7e4166be (patch)
tree6ff7b180bc25e806ddefbcb89f837a2bc373ca84 /src/mesa/main/config.h
parent9bf68ad963ba92b5d1e725f965979042495a5313 (diff)
changed MAX_HEIGHT to 2048
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index c8f60b0d20..4a10ffa5f1 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.29 2001/04/26 22:27:09 brianp Exp $ */
+/* $Id: config.h,v 1.30 2001/05/14 16:25:18 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -107,7 +107,7 @@
/* Maximum viewport/image size: */
#define MAX_WIDTH 2048
-#define MAX_HEIGHT 1200
+#define MAX_HEIGHT 2048
/* Maxmimum size for CVA. May be overridden by the drivers. */
#define MAX_ARRAY_LOCK_SIZE 3000