diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/EventManager.cc | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox_paul-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox_paul-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/EventManager.cc')
-rw-r--r-- | src/FbTk/EventManager.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/EventManager.cc b/src/FbTk/EventManager.cc index 759c114..3370fb5 100644 --- a/src/FbTk/EventManager.cc +++ b/src/FbTk/EventManager.cc | |||
@@ -153,7 +153,9 @@ void EventManager::dispatch(Window win, XEvent &ev, bool parent) { | |||
153 | evhand->keyPressEvent(ev.xkey); | 153 | evhand->keyPressEvent(ev.xkey); |
154 | break; | 154 | break; |
155 | case KeyRelease: | 155 | case KeyRelease: |
156 | #ifdef NOT_USED | ||
156 | evhand->keyReleaseEvent(ev.xkey); | 157 | evhand->keyReleaseEvent(ev.xkey); |
158 | #endif | ||
157 | break; | 159 | break; |
158 | case ButtonPress: | 160 | case ButtonPress: |
159 | evhand->buttonPressEvent(ev.xbutton); | 161 | evhand->buttonPressEvent(ev.xbutton); |