diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-04-23 18:46:19 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-04-23 18:46:19 +0000 |
| commit | 141c249b8cd3b94a722acc8c0225b3cbf83e5042 (patch) | |
| tree | 526d81d7ad755b733bcfa8faa7b107b7aa3696d4 /openbox/client.h | |
| parent | fdec9c5a715761e3f8d68e2c2cbdcb5d48bae644 (diff) | |
show the hostname of forwarded clients in the titlebar
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
