From 5e5879a52bbfa70119a653e959265abf6d42f00e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 05:45:47 +0000 Subject: [PATCH] set the window's state so the hint always exists --- src/client.cc | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.45.2