#include "../lib/rfxswf.h"
#include "../lib/devices/swf.h"
#include "../lib/devices/arts.h"
-#include "../lib/xpdf/pdf.h"
+#include "../lib/pdf/pdf.h"
#include "../lib/log.h"
#define SWFDIR concatPaths(getInstallationPath(), "swfs")
int t = y*xnup + x;
if(pages[t].page->width > xmax[x])
- xmax[x] = pages[t].page->width;
+ xmax[x] = (int)pages[t].page->width;
if(pages[t].page->height > ymax[y])
- ymax[y] = pages[t].page->height;
+ ymax[y] = (int)pages[t].page->height;
}
for(x=0;x<xnup;x++) {
width += xmax[x];