diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-16 12:43:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-16 12:43:54 (GMT) |
commit | 079f15d9e398e28651c0185842c5e9842272d6b9 (patch) | |
tree | 9013b91fb0e9997840918f5742596becd390b08d /xlib | |
parent | 05ff9d164e5127a86cf2e93236624193fef3135e (diff) | |
download | tk-079f15d9e398e28651c0185842c5e9842272d6b9.zip tk-079f15d9e398e28651c0185842c5e9842272d6b9.tar.gz tk-079f15d9e398e28651c0185842c5e9842272d6b9.tar.bz2 |
Remove more deprecated stuff.
Join "X functions" stub tables for Win and MacOS together as a single platform-independant table
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/X11/keysymdef.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/xlib/X11/keysymdef.h b/xlib/X11/keysymdef.h index 8f1833f..0f031ba 100644 --- a/xlib/X11/keysymdef.h +++ b/xlib/X11/keysymdef.h @@ -182,15 +182,6 @@ SOFTWARE. #define XK_Begin 0xff58 /* BOL */ -#ifndef TK_NO_DEPRECATED -/* Special Windows keyboard keys */ - -#define XK_Win_L 0xFF5B /* Left-hand Windows */ -#define XK_Win_R 0xFF5C /* Right-hand Windows */ -#define XK_App 0xFF5D /* Menu key */ -#endif - - /* Misc functions */ #define XK_Select 0xff60 /* Select, mark */ @@ -1736,18 +1727,3 @@ SOFTWARE. #define XK_braille_dot_9 0xfff9 #define XK_braille_dot_10 0xfffa #endif /* XK_BRAILLE */ - -/* Multimedia keys, defined same as on Linux - * /usr/include/pkg/libxkbcommon/xkbcommon/xkbcommon-keysyms.h - */ - -#ifndef TK_NO_DEPRECATED -#define XK_XF86AudioLowerVolume 0x1008FF11 /* Volume control down */ -#define XK_XF86AudioMute 0x1008FF12 /* Mute sound from the system */ -#define XK_XF86AudioRaiseVolume 0x1008FF13 /* Volume control up */ -#define XK_XF86AudioPlay 0x1008FF14 /* Start playing of audio > */ -#define XK_XF86AudioStop 0x1008FF15 /* Stop playing audio */ -#define XK_XF86AudioPrev 0x1008FF16 /* Previous track */ -#define XK_XF86AudioNext 0x1008FF17 /* Next track */ -#endif /* !TK_NO_DEPRECATED */ - |