X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b887d75af86b430552cc28ea5e37bf58bd557d4b..c16d405383c4be419e4a88db6d02894b7cfbf74d:/lib/gdi/grc.h diff --git a/lib/gdi/grc.h b/lib/gdi/grc.h index 58371e79..685b960c 100644 --- a/lib/gdi/grc.h +++ b/lib/gdi/grc.h @@ -9,8 +9,8 @@ */ // for debugging use: -//#define SYNC_PAINT -#undef SYNC_PAINT +#define SYNC_PAINT +//#undef SYNC_PAINT #include #include @@ -78,7 +78,7 @@ struct gOpcode struct prenderText { eRect area; - std::string text; + char *text; int flags; } *renderText;