xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 11 21:44:52 UTC 2021


 include/X11/keysymdef.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 25f3278b85ec7d1c78bb150eaea52f9c98294ea4
Author: Pierre Le Marre <dev at wismill.eu>
Date:   Fri Feb 26 12:09:03 2021 +0100

    Deprecate XK_approxeq and XK_notapproxeq.
    Fixes #20

diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h
index 0bc902a..35cf543 100644
--- a/include/X11/keysymdef.h
+++ b/include/X11/keysymdef.h
@@ -2138,8 +2138,8 @@ 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+2248 ALMOST EQUAL TO */
-#define XK_notapproxeq                0x1002247  /* U+2247 NOT ALMOST EQUAL TO */
+#define XK_approxeq                   0x1002248  /*(U+2248 ALMOST EQUAL TO)*/
+#define XK_notapproxeq                0x1002247  /*(U+2247 NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO)*/
 #define XK_notidentical               0x1002262  /* U+2262 NOT IDENTICAL TO */
 #define XK_stricteq                   0x1002263  /* U+2263 STRICTLY EQUIVALENT TO */
 #endif /* XK_MATHEMATICAL */


More information about the xorg-commit mailing list