#include "config.h"
+#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
typedef enum { FORMAT_PIC, } format_type;
-static int onetime = TRUE;
+static bool onetime = true;
static double Fontscale;
/* There are a couple of ways to generate output:
if (onetime && job->rotation && (job->rotation != 90)) {
unsupported("rotation");
- onetime = FALSE;
+ onetime = false;
}
height = PS2INCH((double) (pbr.UR.y) - (double) (pbr.LL.y));
width = PS2INCH((double) (pbr.UR.x) - (double) (pbr.LL.x));