From 141c249b8cd3b94a722acc8c0225b3cbf83e5042 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 23 Apr 2007 18:46:19 +0000 Subject: show the hostname of forwarded clients in the titlebar --- openbox/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 90c6c059..4ee4d5c3 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -116,6 +116,8 @@ struct _ObClient gchar *title; /*! Window title when iconified */ gchar *icon_title; + /*! Hostname of machine running client */ + gchar *client_machine; /*! The application that created the window */ gchar *name; -- cgit v1.2.3