diff options
Diffstat (limited to 'apps/jstest_main.c')
-rw-r--r-- | apps/jstest_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/jstest_main.c b/apps/jstest_main.c index ed884a9a..6dbc3927 100644 --- a/apps/jstest_main.c +++ b/apps/jstest_main.c @@ -229,6 +229,7 @@ main(int argc, char *argv[]) pdfapp_init(ctx, &gapp); gapp.scrw = 640; gapp.scrh = 480; + gapp.colorspace = fz_device_rgb; fz_try(ctx) { |