aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-23 22:37:33 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-23 22:37:33 +0000
commitaa052184a12e61d01983f8c9047183e6b0d499f3 (patch)
tree81384b02d2dd92d555a5938b49502f48d0972b91
parent613d74fabeaa968d97032e44ae914befbe73da91 (diff)
downloadenigma2-aa052184a12e61d01983f8c9047183e6b0d499f3.tar.gz
enigma2-aa052184a12e61d01983f8c9047183e6b0d499f3.zip
double size of renderbuffer
-rw-r--r--lib/gdi/grc.h2
1 files changed, 1 insertions, 1 deletions
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