diff options
Diffstat (limited to 'src/manage.c')
-rw-r--r-- | src/manage.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manage.c b/src/manage.c index 26a14ee..059c480 100644 --- a/src/manage.c +++ b/src/manage.c @@ -104,6 +104,9 @@ get_wmname (Window w) XA_STRING, &actual_type, &actual_format, &n, &bytes_after, &name); + PRINT_DEBUG (("XGetWindowProperty: %d %ld %d %ld %ld '%s'\n", status, actual_type, + actual_format, n, bytes_after, name)); + if (status != Success || name == NULL) { PRINT_DEBUG (("I can't get the WMName.\n")); |