From aa052184a12e61d01983f8c9047183e6b0d499f3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 23 Jan 2007 22:37:33 +0000 Subject: [PATCH] double size of renderbuffer --- lib/gdi/grc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gdi/grc.h b/lib/gdi/grc.h index f931046a..fb9e2ea1 100644 --- a/lib/gdi/grc.h +++ b/lib/gdi/grc.h @@ -138,7 +138,7 @@ struct gOpcode } parm; }; -#define MAXSIZE 1024 +#define MAXSIZE 2048 /* gRC is the singleton which controls the fifo and dispatches commands */ class gRC: public iObject, public Object -- 2.30.2