diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-24 17:17:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-24 17:17:02 +0000 |
| commit | c4732aeed20bc04a1e396a49003c85faccfb4cad (patch) | |
| tree | 04fd13c1b599e2ae2336b297d99099068be6020b | |
| parent | e77353f0cdde40809c307362b1dd9faa6085c9d2 (diff) | |
| -rw-r--r-- | openbox/client.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index d340381b..f1be6fa4 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1862,7 +1862,10 @@ void client_update_user_time(ObClient *self, gboolean new_event) if (new_event) client_last_user_time = time; - /*ob_debug("window %s user time %u\n", self->title, time);*/ + /* + ob_debug("window %s user time %u\n", self->title, time); + ob_debug("last user time %u\n", client_last_user_time); + */ } } |
