aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc5
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
70WinClient::~WinClient() { 73WinClient::~WinClient() {