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-14 14:24:36 -0500
commit972e1fc5a32e7d798fb3023012e73af20b5b03c7 (patch)
tree508ec1d9c0f3a8d2ba48c9d4303e6388f6124a49 /openbox/client.h
parentd714bb5708bb8b99d71803404af7af01029c5553 (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 4e19bdf8..197fb061 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. */