diff options
Diffstat (limited to 'src/FbTk/KeyUtil.cc')
-rw-r--r-- | src/FbTk/KeyUtil.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/KeyUtil.cc b/src/FbTk/KeyUtil.cc index 952463c..34f2e4d 100644 --- a/src/FbTk/KeyUtil.cc +++ b/src/FbTk/KeyUtil.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: KeyUtil.cc,v 1.5 2003/12/30 18:11:44 fluxgen Exp $ | 22 | // $Id: KeyUtil.cc,v 1.6 2003/12/31 11:57:47 fluxgen Exp $ |
23 | 23 | ||
24 | #include "KeyUtil.hh" | 24 | #include "KeyUtil.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -102,9 +102,9 @@ void KeyUtil::loadModmap() { | |||
102 | */ | 102 | */ |
103 | void KeyUtil::grabKey(unsigned int key, unsigned int mod) { | 103 | void KeyUtil::grabKey(unsigned int key, unsigned int mod) { |
104 | Display *display = App::instance()->display(); | 104 | Display *display = App::instance()->display(); |
105 | const unsigned int capsmod = instance().m_capslock; | 105 | const unsigned int capsmod = instance().capslock(); |
106 | const unsigned int nummod = instance().m_numlock; | 106 | const unsigned int nummod = instance().numlock(); |
107 | const unsigned int scrollmod = instance().m_scrolllock; | 107 | const unsigned int scrollmod = instance().scrolllock(); |
108 | 108 | ||
109 | for (int screen=0; screen<ScreenCount(display); screen++) { | 109 | for (int screen=0; screen<ScreenCount(display); screen++) { |
110 | 110 | ||