summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 2f1840cf..dbe93d28 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -120,6 +120,8 @@ struct _ObClient
gchar *title;
/*! Window title when iconified */
gchar *icon_title;
+ /*! The title as requested by the client, without any of our own changes */
+ gchar *original_title;
/*! Hostname of machine running the client */
gchar *client_machine;
/*! The command used to run the program. Pre-XSMP window identification. */