summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-07 01:03:05 -0500
committerDana Jansens <danakj@orodu.net>2008-02-07 02:14:44 -0500
commit7ecfa01df81fcce628fbb354cc0c4faaddfb5c84 (patch)
tree1fd80de196844b9c63b9faa213f3ba203aff8675 /openbox/client.h
parent95ee6b103f116e34062bf5e1ad1cb8b0f23e7231 (diff)
if a prompt is already showing and you try show it again, then make it active. in the "kill this?" prompt use the window's original title without any of the openbox-appended-ness
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. */