Message type for INPUT_CONF

Change-Id: Ib25bd7e9717f203316e303d4f5a411d314ce46ed
This commit is contained in:
2014-05-19 09:39:57 +02:00
parent d6626d0575
commit bcd669222a
4 changed files with 18 additions and 10 deletions

View File

@@ -102,8 +102,8 @@ do_conf(message *m_ptr)
/* Save the new state. */
input_endpt = m_ptr->m_source;
kbd_id = m_ptr->INPUT_KBD_ID;
mouse_id = m_ptr->INPUT_MOUSE_ID;
kbd_id = m_ptr->m_input_linputdriver_input_conf.kbd_id;
mouse_id = m_ptr->m_input_linputdriver_input_conf.mouse_id;
/* If the input server is "full" there's nothing for us to do. */
if (kbd_id == INVALID_INPUT_ID && mouse_id == INVALID_INPUT_ID)