From 58f0915afd8e6aef6c7a9b8ab70ed9003877df6d Mon Sep 17 00:00:00 2001 From: sabetts Date: Mon, 14 Apr 2003 00:16:17 +0000 Subject: (ratpoison_opts): add 'd' --- ChangeLog | 1 + src/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b1a6aa..995db88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ (print_help): add --display option. Add text to demonstrate --display and --command take an argument. (ratpoison_longopts): add display. + (ratpoison_opts): add 'd' * src/manage.c (get_wmname): add debugging output to print returned elements from X11 call. diff --git a/src/main.c b/src/main.c index 8994e8c..627e315 100644 --- a/src/main.c +++ b/src/main.c @@ -97,7 +97,7 @@ static struct option ratpoison_longopts[] = {"display", required_argument, 0, 'd'}, {0, 0, 0, 0} }; -static char ratpoison_opts[] = "hvc:"; +static char ratpoison_opts[] = "hvcd:"; void fatal (const char *msg) -- cgit v1.2.3