grabc

Tool to identify pixel colors on X
git clone https://git.sinitax.com/muquit/grabc
Log | Files | Refs | README | Upstream | sfeed.txt

commit 5e45ad30c1e271a4fdc8f70b517784f3ed798cb4
parent 47221d2869a3fbedd80024fd3786565e75ac4935
Author: muquit <muquit@gmail.com>
Date:   Thu, 12 Apr 2018 20:04:25 -0400

cleanup

Diffstat:
Mgrabc.c | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/grabc.c b/grabc.c @@ -564,21 +564,6 @@ int main(int argc,char **argv) break; } } - - /* - if (strncmp(argv[i],"-h",2) == 0 || - strncmp(argv[i],"-v",2) == 0) - { - (void) fprintf (stderr,"grabc %s by muquit@muquit.com\n", - VERSION_S); - (void) fprintf(stderr,"https://www.muquit.com/\n"); - exit(1); - } - if (strncmp(argv[i],"-d",2) == 0) - { - debug = True; - } - */ } if (g_loc_specified && (g_window_id == (Window) NULL))