diff options
author | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-07 11:46:05 (GMT) |
commit | fff4456dee29e675d7f2ed3490db39bcb7e10e53 (patch) | |
tree | 2d2dbf386551773cbdc8231b2a93b493187bd733 /src/WinClient.cc | |
parent | 073065ac56b388db1169108d44f37d32f1d19c67 (diff) | |
download | fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2 |
update NLS string handling...
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 3911d6c..fe06245 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,18 +19,19 @@ | |||
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.39 2004/04/28 14:59:12 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.40 2004/06/07 11:46:04 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
26 | #include "Window.hh" | 26 | #include "Window.hh" |
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
29 | #include "I18n.hh" | ||
30 | #include "FbAtoms.hh" | 29 | #include "FbAtoms.hh" |
31 | #include "EventManager.hh" | 30 | #include "EventManager.hh" |
32 | #include "Xutil.hh" | 31 | #include "Xutil.hh" |
33 | 32 | ||
33 | #include "FbTk/I18n.hh" | ||
34 | |||
34 | #include <iostream> | 35 | #include <iostream> |
35 | #include <algorithm> | 36 | #include <algorithm> |
36 | #include <iterator> | 37 | #include <iterator> |
@@ -630,8 +631,10 @@ void WinClient::updateWMProtocols() { | |||
630 | XFree(proto); | 631 | XFree(proto); |
631 | if (m_win) | 632 | if (m_win) |
632 | m_win->updateFunctions(); | 633 | m_win->updateFunctions(); |
634 | #ifdef DEBUG | ||
633 | } else { | 635 | } else { |
634 | cerr<<"Warning: Failed to read WM Protocols. "<<endl; | 636 | cerr<<"Warning: Failed to read WM Protocols. "<<endl; |
637 | #endif // DEBUG | ||
635 | } | 638 | } |
636 | 639 | ||
637 | } | 640 | } |