From 069c3873d946d5bdd16cff1b7bf2cae91a88b123 Mon Sep 17 00:00:00 2001 From: rathnor Date: Tue, 24 Jun 2003 12:58:57 +0000 Subject: add some more initialisations for winclient - fixes remember not matching --- src/WinClient.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/WinClient.cc b/src/WinClient.cc index c0079e4..ddc0c57 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: WinClient.cc,v 1.14 2003/06/23 14:16:05 rathnor Exp $ +// $Id: WinClient.cc,v 1.15 2003/06/24 12:58:57 rathnor Exp $ #include "WinClient.hh" @@ -65,6 +65,9 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):FbTk::Fb updateMWMHints(); updateWMHints(); updateWMNormalHints(); + updateWMClassHint(); + updateTitle(); + updateIconTitle(); } WinClient::~WinClient() { -- cgit v0.11.2