From c9ff8760caaebaba3be3e1750bb6fce0a65bade1 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 31 Dec 2003 11:57:47 +0000 Subject: using fixed values again --- src/FbTk/KeyUtil.cc | 8 ++++---- src/FbTk/KeyUtil.hh | 10 +++++----- 2 files changed, 9 insertions(+), 9 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: KeyUtil.cc,v 1.5 2003/12/30 18:11:44 fluxgen Exp $ +// $Id: KeyUtil.cc,v 1.6 2003/12/31 11:57:47 fluxgen Exp $ #include "KeyUtil.hh" #include "App.hh" @@ -102,9 +102,9 @@ void KeyUtil::loadModmap() { */ void KeyUtil::grabKey(unsigned int key, unsigned int mod) { Display *display = App::instance()->display(); - const unsigned int capsmod = instance().m_capslock; - const unsigned int nummod = instance().m_numlock; - const unsigned int scrollmod = instance().m_scrolllock; + const unsigned int capsmod = instance().capslock(); + const unsigned int nummod = instance().numlock(); + const unsigned int scrollmod = instance().scrolllock(); for (int screen=0; screen