On Fri, 5 Dec 2014 11:54:00 +0100
"Dmitrij D. Czarkoff" <czark...@gmail.com> wrote:

> diff --git a/slock.c b/slock.c
> index d281965..1ddc35b 100644
> --- a/slock.c
> +++ b/slock.c
> @@ -1,4 +1,3 @@
> -
>  /* See LICENSE file for license details. */
>  #define _XOPEN_SOURCE 500
>  #if HAVE_SHADOW_H
> @@ -23,6 +22,9 @@
>  #include <bsd_auth.h>
>  #endif
>  
> +#define COLOR1 "black"
> +#define COLOR2 "#005577"

This is just wrong. Or do you expect people to dig
in the code to change the colours?
Better yet, if you want to make the separation, create
a config.h and put the option in there.

Cheers

FRIGN

-- 
FRIGN <d...@frign.de>

Reply via email to