From: Andreas Monzner Date: Tue, 23 Jan 2007 22:37:33 +0000 (+0000) Subject: double size of renderbuffer X-Git-Tag: 2.6.0~2421 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/aa052184a12e61d01983f8c9047183e6b0d499f3?hp=613d74fabeaa968d97032e44ae914befbe73da91 double size of renderbuffer --- 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