summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2017-11-10 13:39:49 +0900
committerSung-Jin Park <sj76.park@samsung.com>2017-12-12 01:45:27 +0000
commit53141089e4a34a65ebd3c0980d6d62965dd5f1d6 (patch)
treef3ba35278ff3fe848cda25be19fb7d53f5e5fde6
parent0f0b5175efeb32e3bf256a564024f43731f105db (diff)
downloadlibxkbcommon-sandbox/upgrade/efl120.tar.gz
libxkbcommon-sandbox/upgrade/efl120.tar.bz2
libxkbcommon-sandbox/upgrade/efl120.zip
xkbcommon.map : add an omitted api : xkb_keymap_key_set_repeatssandbox/upgrade/efl120
Change-Id: I4188a29b0b170f6d729f1ea8762a1decca6acc3a Signed-off-by: Sung-Jin Park <sj76.park@samsung.com> (cherry picked from commit 56e47dfde5ac9ef77ba26e5da30b5ebca4ed6eb8)
-rw-r--r--xkbcommon.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/xkbcommon.map b/xkbcommon.map
index cc468c6..bb4ae34 100644
--- a/xkbcommon.map
+++ b/xkbcommon.map
@@ -97,3 +97,8 @@ global:
xkb_state_key_get_consumed_mods2;
xkb_state_mod_index_is_consumed2;
} V_0.6.0;
+
+V_0.7.2 {
+global:
+ xkb_keymap_key_set_repeats;
+} V_0.7.0;