From 7ecfa01df81fcce628fbb354cc0c4faaddfb5c84 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 7 Feb 2008 01:03:05 -0500 Subject: 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 --- openbox/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') 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. */ -- cgit v1.2.3