X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fdebugscript.h;h=369720106507f695ea2c5b26011b96f79a326ed9;hb=748d002a813bbe6309dd22259bdce3278c02b0c8;hp=822819ae5d14b8bfb10cf19169430c748215923e;hpb=35bc799125eec0d0c839af56fd136c8e85793a56;p=ipdf%2Fcode.git diff --git a/src/debugscript.h b/src/debugscript.h index 822819a..3697201 100644 --- a/src/debugscript.h +++ b/src/debugscript.h @@ -26,6 +26,11 @@ private: AT_Zoom, AT_TranslatePx, AT_ZoomPx, + AT_SetCPURendering, + AT_SetGPURendering, + AT_EnableLazyRendering, + AT_DisableLazyRendering, + AT_LoadSVG, AT_Quit }; @@ -37,6 +42,7 @@ private: Real z; int iz; int loops; + std::string filename; Action() : type(AT_WaitFrame), x(0), y(0), ix(0), iy(0), z(0), loops(0) {} };