diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-07 01:03:05 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-14 14:24:36 -0500 |
| commit | 972e1fc5a32e7d798fb3023012e73af20b5b03c7 (patch) | |
| tree | 508ec1d9c0f3a8d2ba48c9d4303e6388f6124a49 /openbox/client.h | |
| parent | d714bb5708bb8b99d71803404af7af01029c5553 (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.h | 2 |
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. */ |
