X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fobjectrenderer.h;h=6dd97ae1f1d21e34e71124b6f27c5c4120df1477;hp=0790d851a5d57fa51565eaddda918316b43d3ad2;hb=6a1c4e752af0bd26803bc2285cff004ef7b9f53d;hpb=8942bd699d8e1ddede1127421ad18bed53232ff3 diff --git a/src/objectrenderer.h b/src/objectrenderer.h index 0790d85..6dd97ae 100644 --- a/src/objectrenderer.h +++ b/src/objectrenderer.h @@ -44,12 +44,12 @@ namespace IPDF struct CPURenderTarget { uint8_t * pixels; - int w; - int h; + int64_t w; + int64_t h; }; struct CPURenderBounds { - int x; int y; int w; int h; + int64_t x; int64_t y; int64_t w; int64_t h; CPURenderBounds(const Rect & bounds, const View & view, const CPURenderTarget & target); };