From 26a624a543f2e723550996d76d90ccbb7b954aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 22 Aug 2013 12:59:05 +0200 Subject: Added options for anti-alias & alpha layer coloring to config.def.h Also removed now obsolete -p command line option; fixes issue #98 --- config.def.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d24723d..f5d048a 100644 --- a/config.def.h +++ b/config.def.h @@ -52,6 +52,19 @@ enum { /* default dimension of thumbnails (width == height): */ enum { THUMB_SIZE = 60 }; +#endif +#ifdef _RENDER_CONFIG + +/* if false, pixelate images at zoom level != 100%, + * toggled with 'a' key binding + */ +static const bool RENDER_ANTI_ALIAS = true; + +/* if true, use white background for alpha layer, + * toggled with 'A' key binding + */ +static const bool RENDER_WHITE_ALPHA = false; + #endif #ifdef _MAPPINGS_CONFIG -- cgit v1.2.3