summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-11 22:45:27 -0500
committerMikael Magnusson <mikachu@comhem.se>2008-02-14 10:46:41 +0100
commitec7898dda7bfdd56cfb4d9ff51dddc1c1ab1f00e (patch)
tree0699920e155ef5655dc6d96642dc2711c0595375 /openbox/client.h
parent3167fc223ea82851ae954b348a5ff1c0ce6b6d79 (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index dbe93d28..bb63137f 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -727,4 +727,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