Removed debug printf - slock - [fork] simple X display locker utility
HTML git clone https://git.drkhsh.at/slock.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ec07a6d893527cfc8a1df90af93b53379110f03e
DIR parent 0bf8f05bf96df8417fee357924480b24589805fd
HTML Author: Lars Niesen <iah71niesen@gso-koeln.de>
Date: Wed, 29 Apr 2020 17:42:39 +0200
Removed debug printf
Diffstat:
M slock.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/slock.c b/slock.c
@@ -418,7 +418,6 @@ main(int argc, char **argv) {
red /= (pixelSize*pixelSize);
green /= (pixelSize*pixelSize);
blue /= (pixelSize*pixelSize);
- printf("R/G/B: %i/%i/%i\n",red,green,blue);
imlib_context_set_color(red,green,blue,pixel.alpha);
imlib_image_fill_rectangle(x,y,pixelSize,pixelSize);
red = 0;