diff options
author | rathnor <rathnor> | 2003-06-24 12:58:57 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-06-24 12:58:57 (GMT) |
commit | 069c3873d946d5bdd16cff1b7bf2cae91a88b123 (patch) | |
tree | 8c5fc55a32cd64a85b162e9aa1a93e73613c299b /src/WinClient.cc | |
parent | 2609be29f0a8c430515a5956b3c6b5e7a1dde96f (diff) | |
download | fluxbox-069c3873d946d5bdd16cff1b7bf2cae91a88b123.zip fluxbox-069c3873d946d5bdd16cff1b7bf2cae91a88b123.tar.bz2 |
add some more initialisations for winclient - fixes remember not matching
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.14 2003/06/23 14:16:05 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.15 2003/06/24 12:58:57 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -65,6 +65,9 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):FbTk::Fb | |||
65 | updateMWMHints(); | 65 | updateMWMHints(); |
66 | updateWMHints(); | 66 | updateWMHints(); |
67 | updateWMNormalHints(); | 67 | updateWMNormalHints(); |
68 | updateWMClassHint(); | ||
69 | updateTitle(); | ||
70 | updateIconTitle(); | ||
68 | } | 71 | } |
69 | 72 | ||
70 | WinClient::~WinClient() { | 73 | WinClient::~WinClient() { |