ecore xim: Enable lock scroll

SVN revision: 72956
This commit is contained in:
Sebastian Dransfeld 2012-06-27 17:54:12 +00:00
parent 199b08fccf
commit 54dc44f826
1 changed files with 0 additions and 2 deletions

View File

@ -597,10 +597,8 @@ _ecore_x_event_reverse_locks(unsigned int state)
if (state & ECORE_IMF_KEYBOARD_LOCK_CAPS)
locks |= ECORE_X_LOCK_CAPS;
#if 0 /* FIXME: add mask. */
if (state & ECORE_IMF_KEYBOARD_LOCK_SCROLL)
locks |= ECORE_X_LOCK_SCROLL;
#endif
return locks;
}