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/FbTk/EventManager.cc | |
parent | 073065ac56b388db1169108d44f37d32f1d19c67 (diff) | |
download | fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.zip fluxbox_pavel-fff4456dee29e675d7f2ed3490db39bcb7e10e53.tar.bz2 |
update NLS string handling...
Diffstat (limited to 'src/FbTk/EventManager.cc')
-rw-r--r-- | src/FbTk/EventManager.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FbTk/EventManager.cc b/src/FbTk/EventManager.cc index d4f4f4c..9299b5d 100644 --- a/src/FbTk/EventManager.cc +++ b/src/FbTk/EventManager.cc | |||
@@ -19,11 +19,12 @@ | |||
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: EventManager.cc,v 1.12 2004/05/04 14:33:38 rathnor Exp $ | 22 | // $Id: EventManager.cc,v 1.13 2004/06/07 11:46:05 rathnor Exp $ |
23 | 23 | ||
24 | #include "EventManager.hh" | 24 | #include "EventManager.hh" |
25 | #include "FbWindow.hh" | 25 | #include "FbWindow.hh" |
26 | #include "App.hh" | 26 | #include "App.hh" |
27 | #include "I18n.hh" | ||
27 | 28 | ||
28 | #include <iostream> | 29 | #include <iostream> |
29 | using namespace std; | 30 | using namespace std; |
@@ -36,8 +37,10 @@ EventManager *EventManager::instance() { | |||
36 | } | 37 | } |
37 | 38 | ||
38 | EventManager::~EventManager() { | 39 | EventManager::~EventManager() { |
40 | #ifdef DEBUG | ||
39 | if (m_eventhandlers.size() != 0) | 41 | if (m_eventhandlers.size() != 0) |
40 | cerr<<"FbTk::EventManager: Warning: unregistered eventhandlers!"<<endl; | 42 | cerr<<"FbTk::EventManager: Warning: unregistered eventhandlers!"<<endl; |
43 | #endif // DEBUG | ||
41 | } | 44 | } |
42 | 45 | ||
43 | void EventManager::handleEvent(XEvent &ev) { | 46 | void EventManager::handleEvent(XEvent &ev) { |