diff options
author | Hannah Rittich <hrittich@users.noreply.github.com> | 2020-10-17 15:18:16 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-03-01 21:20:24 +0000 |
commit | 4901f35cac64d71ef295f4531af46c9b00eab1a8 (patch) | |
tree | d44cc69b21e06b43fcf9da8355228619db92d9e7 | |
parent | 5d37740f4a52bf454671f81867e34c6d0c7a9798 (diff) |
Corrected comments in keysymdef.h.
-rw-r--r-- | include/X11/keysymdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h index caa5177..0bc902a 100644 --- a/include/X11/keysymdef.h +++ b/include/X11/keysymdef.h @@ -2138,7 +2138,7 @@ SOFTWARE. #define XK_dintegral 0x100222C /* U+222C DOUBLE INTEGRAL */ #define XK_tintegral 0x100222D /* U+222D TRIPLE INTEGRAL */ #define XK_because 0x1002235 /* U+2235 BECAUSE */ -#define XK_approxeq 0x1002248 /* U+2245 ALMOST EQUAL TO */ +#define XK_approxeq 0x1002248 /* U+2248 ALMOST EQUAL TO */ #define XK_notapproxeq 0x1002247 /* U+2247 NOT ALMOST EQUAL TO */ #define XK_notidentical 0x1002262 /* U+2262 NOT IDENTICAL TO */ #define XK_stricteq 0x1002263 /* U+2263 STRICTLY EQUIVALENT TO */ |