diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/KeyUtil.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/FbTk/KeyUtil.cc b/src/FbTk/KeyUtil.cc index f0cbf18..54d7c35 100644 --- a/src/FbTk/KeyUtil.cc +++ b/src/FbTk/KeyUtil.cc | |||
@@ -19,16 +19,13 @@ | |||
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: KeyUtil.cc,v 1.1 2003/09/06 15:46:00 fluxgen Exp $ | 22 | // $Id: KeyUtil.cc,v 1.2 2003/09/08 19:18:22 fluxgen Exp $ |
23 | 23 | ||
24 | #include "KeyUtil.hh" | 24 | #include "KeyUtil.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
26 | 26 | ||
27 | #include <X11/keysym.h> | 27 | #include <X11/keysym.h> |
28 | 28 | ||
29 | #include <iostream> | ||
30 | using namespace std; | ||
31 | |||
32 | namespace FbTk { | 29 | namespace FbTk { |
33 | 30 | ||
34 | int KeyUtil::s_capslock_mod = 0; | 31 | int KeyUtil::s_capslock_mod = 0; |
@@ -37,7 +34,6 @@ int KeyUtil::s_scrolllock_mod = 0; | |||
37 | bool KeyUtil::s_init = false; | 34 | bool KeyUtil::s_init = false; |
38 | 35 | ||
39 | void KeyUtil::init() { | 36 | void KeyUtil::init() { |
40 | cerr<<"init"<<endl; | ||
41 | Display *disp = FbTk::App::instance()->display(); | 37 | Display *disp = FbTk::App::instance()->display(); |
42 | 38 | ||
43 | XModifierKeymap *modmap = XGetModifierMapping(disp); | 39 | XModifierKeymap *modmap = XGetModifierMapping(disp); |