Change update_mask arguments to read 'depressed' instead of 'base'
authorRan Benita <ran234@gmail.com>
Mon, 22 Oct 2012 19:46:43 +0000 (21:46 +0200)
committerRan Benita <ran234@gmail.com>
Mon, 22 Oct 2012 20:23:29 +0000 (22:23 +0200)
Just to be consistent, as we use 'depressed' everywhere else in the API.

Signed-off-by: Ran Benita <ran234@gmail.com>
xkbcommon/xkbcommon.h

index e9b324f..f4c34fc 100644 (file)
@@ -1175,10 +1175,10 @@ enum xkb_state_match {
  */
 enum xkb_state_component
 xkb_state_update_mask(struct xkb_state *state,
-                      xkb_mod_mask_t base_mods,
+                      xkb_mod_mask_t depressed_mods,
                       xkb_mod_mask_t latched_mods,
                       xkb_mod_mask_t locked_mods,
-                      xkb_layout_index_t base_layout,
+                      xkb_layout_index_t depressed_layout,
                       xkb_layout_index_t latched_layout,
                       xkb_layout_index_t locked_layout);