From: Dana Jansens Date: Sat, 4 Jan 2003 05:45:47 +0000 (+0000) Subject: set the window's state so the hint always exists X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5e5879a52bbfa70119a653e959265abf6d42f00e;p=chaz%2Fopenbox set the window's state so the hint always exists --- diff --git a/src/client.cc b/src/client.cc index ddecfc62..874b1f3d 100644 --- a/src/client.cc +++ b/src/client.cc @@ -91,6 +91,7 @@ OBClient::OBClient(int screen, Window window) updateClass(); calcLayer(); + changeState(); }