diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-16 00:54:17 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-16 00:54:17 -0500 |
| commit | ff78d28f8bcdbbdd42fe9501ee81185f67a4166a (patch) | |
| tree | 3ca23bae21c191c54b41b30f08402c7bbe4fc0de /openbox/ping.c | |
| parent | ba6dcc15f8893b1d72f185e838c3d34c62f335b4 (diff) | |
fix timers so that they work when theres lots of repeating timers in the queue..
Diffstat (limited to 'openbox/ping.c')
| -rw-r--r-- | openbox/ping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/ping.c b/openbox/ping.c index d159805d..19922b25 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -108,7 +108,6 @@ static void ping_send(ObPingTarget *t) { t->sent = event_get_server_time(); /*ob_debug("PING: '%s' (timestamp %lu)\n", t->client->title, t->sent);*/ - ob_debug("PINGing client %s at %lu\n", t->client->title, t->sent); PROP_MSG_TO(t->client->window, t->client->window, wm_protocols, prop_atoms.net_wm_ping, t->sent, t->client->window, 0, 0, NoEventMask); |
