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/client.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/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index 197fb061..c34d0ab6 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -729,4 +729,7 @@ ObClient* client_under_pointer(); gboolean client_has_group_siblings(ObClient *self); +/*! Returns TRUE if the client is running on the same machine as Openbox */ +gboolean client_on_localhost(ObClient *self); + #endif |
