diff options
author | dawes <dawes> | 2000-08-16 17:22:14 +0000 |
---|---|---|
committer | dawes <dawes> | 2000-08-16 17:22:14 +0000 |
commit | c0fd23c13d4bbe14ab6908e8444aefe0ed22176c (patch) | |
tree | 92961082f3488f6b17e2244463e623cc6a0f08fa /xc/programs/Xserver/hw/xnest | |
parent | 30722f5171428576252260bfe13e2dcd8f622a4d (diff) |
Import of XFree86 4.0.1bX_4_0_1b
Diffstat (limited to 'xc/programs/Xserver/hw/xnest')
-rw-r--r-- | xc/programs/Xserver/hw/xnest/Display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xnest/Display.h b/xc/programs/Xserver/hw/xnest/Display.h index 6f5c15d7d..749cbc5a6 100644 --- a/xc/programs/Xserver/hw/xnest/Display.h +++ b/xc/programs/Xserver/hw/xnest/Display.h @@ -12,7 +12,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ -/* $XFree86: xc/programs/Xserver/hw/xnest/Display.h,v 1.4 2000/06/17 00:27:33 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Display.h,v 1.5 2000/08/01 20:05:43 dawes Exp $ */ #ifndef XNESTCOMMON_H #define XNESTCOMMON_H @@ -20,7 +20,7 @@ is" without express or implied warranty. #define UNDEFINED -1 #define MAXDEPTH 32 -#define MAXVISUALSPERDEPTH 64 +#define MAXVISUALSPERDEPTH 256 extern Display *xnestDisplay; extern XVisualInfo *xnestVisuals; |