diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-11 22:45:27 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-14 14:24:37 -0500 |
| commit | c778cf15cbc954d0f42ef9030d56c61bb494c1e0 (patch) | |
| tree | 4764fe72e1d9f955dc7730e9de033b6b8b9e7d42 /openbox/ping.h | |
| parent | 4eecbeb611680cf98df68905a0d22fcf68ca94a5 (diff) | |
don't ping everything all the time. yay. ping when you close, and if it doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server.
Diffstat (limited to 'openbox/ping.h')
| -rw-r--r-- | openbox/ping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/ping.h b/openbox/ping.h index 1333ea0f..ceb0bdb0 100644 --- a/openbox/ping.h +++ b/openbox/ping.h @@ -37,7 +37,6 @@ void ping_startup(gboolean reconfigure); void ping_shutdown(gboolean reconfigure); void ping_start(struct _ObClient *c, ObPingEventHandler h); -void ping_stop(struct _ObClient *c); void ping_got_pong(guint32 id); |
