diff options
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 5 |
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 | ||
577 | void WinClient::getWMProtocols() { | 578 | void 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(); |