X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b887d75af86b430552cc28ea5e37bf58bd557d4b..aa052184a12e61d01983f8c9047183e6b0d499f3:/lib/gdi/grc.h?ds=inline diff --git a/lib/gdi/grc.h b/lib/gdi/grc.h index 58371e79..fb9e2ea1 100644 --- a/lib/gdi/grc.h +++ b/lib/gdi/grc.h @@ -1,7 +1,6 @@ #ifndef __grc_h #define __grc_h -// #define SYNC_PAINT /* gPainter ist die high-level version. die highlevel daten werden zu low level opcodes ueber die gRC-queue geschickt und landen beim gDC der hardwarespezifisch ist, meist aber auf einen @@ -78,7 +77,7 @@ struct gOpcode struct prenderText { eRect area; - std::string text; + char *text; int flags; } *renderText; @@ -139,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