aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 16:29:25 (GMT)
committerrathnor <rathnor>2003-07-28 16:29:25 (GMT)
commitf71e53fbe919125d40f9c5578ce14b75680f7037 (patch)
treeb826fcdc4a09f38b371186a4dd598515da54e121 /src/WinClient.cc
parent35234ae644d14b929c72b4a04a8d59eb46d72448 (diff)
downloadfluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.zip
fluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.tar.bz2
some more fixing of wm_protocols
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 6fce6f5..3f817d8 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.21 2003/07/28 15:46:00 rathnor Exp $ 22// $Id: WinClient.cc,v 1.22 2003/07/28 16:29:25 rathnor Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -592,6 +592,8 @@ void WinClient::updateWMProtocols() {
592 } 592 }
593 593
594 XFree(proto); 594 XFree(proto);
595 if (m_win)
596 m_win->updateFunctions();
595 } else { 597 } else {
596 cerr<<"Warning: Failed to read WM Protocols. "<<endl; 598 cerr<<"Warning: Failed to read WM Protocols. "<<endl;
597 } 599 }