--- a/src/common.h Sat Jun 01 20:09:31 2013 +0300 +++ b/src/common.h Sat Jun 01 20:31:33 2013 +0300 @@ -178,6 +178,9 @@ static const short maincolor = 16; static const short edgecolor = 24; +static const short lores = 16; +static const short hires = 48; + static const bool yup = true; static const bool nope = false;