aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 15:46:00 (GMT)
committerrathnor <rathnor>2003-07-28 15:46:00 (GMT)
commit35234ae644d14b929c72b4a04a8d59eb46d72448 (patch)
treeaf954401698b6c869c990c5dda93f3456d020c17 /src/WinClient.cc
parentd353b688dec41daddeec9696586a4519f58cce45 (diff)
downloadfluxbox-35234ae644d14b929c72b4a04a8d59eb46d72448.zip
fluxbox-35234ae644d14b929c72b4a04a8d59eb46d72448.tar.bz2
missed updating wm_protocols
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 60cf647..6fce6f5 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.20 2003/07/28 15:06:34 rathnor Exp $ 22// $Id: WinClient.cc,v 1.21 2003/07/28 15:46:00 rathnor Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -67,6 +67,7 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):FbTk::Fb
67 updateWMHints(); 67 updateWMHints();
68 updateWMNormalHints(); 68 updateWMNormalHints();
69 updateWMClassHint(); 69 updateWMClassHint();
70 updateWMProtocols();
70 updateTitle(); 71 updateTitle();
71 updateIconTitle(); 72 updateIconTitle();
72 Fluxbox::instance()->saveWindowSearch(win, this); 73 Fluxbox::instance()->saveWindowSearch(win, this);
@@ -574,7 +575,7 @@ bool WinClient::focus() {
574 return m_win->setCurrentClient(*this, true); 575 return m_win->setCurrentClient(*this, true);
575} 576}
576 577
577void WinClient::getWMProtocols() { 578void WinClient::updateWMProtocols() {
578 Atom *proto = 0; 579 Atom *proto = 0;
579 int num_return = 0; 580 int num_return = 0;
580 FbAtoms *fbatoms = FbAtoms::instance(); 581 FbAtoms *fbatoms = FbAtoms::instance();