From f89035b8c45ff13392fe7cb3ce0c2bdb7e4166be Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 May 2001 16:25:18 +0000 Subject: changed MAX_HEIGHT to 2048 --- src/mesa/main/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/config.h') 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 -- cgit v1.2.3