xkbcommon: deprecate XK_approxeq and XK_notapproxeq

Sync xorg-proto commit
25f3278b85

Fixes: #82
Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2021-05-22 19:36:22 +03:00
parent 8e9f943d38
commit 7062ab97b6
1 changed files with 2 additions and 2 deletions

View File

@ -2094,8 +2094,8 @@ SOFTWARE.
#define XKB_KEY_dintegral 0x100222C /* U+222C DOUBLE INTEGRAL */
#define XKB_KEY_tintegral 0x100222D /* U+222D TRIPLE INTEGRAL */
#define XKB_KEY_because 0x1002235 /* U+2235 BECAUSE */
#define XKB_KEY_approxeq 0x1002248 /* U+2245 ALMOST EQUAL TO */
#define XKB_KEY_notapproxeq 0x1002247 /* U+2247 NOT ALMOST EQUAL TO */
#define XKB_KEY_approxeq 0x1002248 /*(U+2248 ALMOST EQUAL TO)*/
#define XKB_KEY_notapproxeq 0x1002247 /*(U+2247 NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO)*/
#define XKB_KEY_notidentical 0x1002262 /* U+2262 NOT IDENTICAL TO */
#define XKB_KEY_stricteq 0x1002263 /* U+2263 STRICTLY EQUIVALENT TO */