From 65614a8db29c5c0f1cb18010a92a202915509116 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 11 Apr 2003 22:41:18 +0000 Subject: * src/manage.c (get_wmname): add a debug line to print the property returned. --- src/manage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/manage.c b/src/manage.c index 1be4e7a..6446038 100644 --- a/src/manage.c +++ b/src/manage.c @@ -110,7 +110,9 @@ get_wmname (Window w) return NULL; } - /* duplicate the string into out own buffer, and free the one given + PRINT_DEBUG (("WM_NAME: '%s'", name)); + + /* duplicate the string into our own buffer, and free the one given to us by X. */ ret = xstrdup (name); XFree (name); -- cgit v1.2.3