URI:
       Removed debug printf - slock - glitch version of slock
  HTML git clone https://git.drkhsh.at/slock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9e32f89df4d239d04f3b48e8c2708d2f8dc9226a
   DIR parent f8cb67870fde5a01e845f5213f5da76e99531fb0
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 10 Jan 2024 10:27:35 +0100
       
       Removed debug printf
       
       Diffstat:
         M slock.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/slock.c b/slock.c
       @@ -414,7 +414,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;