diff options
author | marc_culler <marc.culler@gmail.com> | 2020-05-15 13:48:56 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-05-15 13:48:56 (GMT) |
commit | 73e727a42c736c71ad18734999ed2751a9e6f646 (patch) | |
tree | 2e44e02ad7612a4419ea5750fd138b1634d9c2da /xlib/X11 | |
parent | 65a92e1ff12c799847d876490cb3a7501ce65ba6 (diff) | |
parent | dc8dcbced6e03edb40b76e2108e6a4ecf6ff37fd (diff) | |
download | tk-73e727a42c736c71ad18734999ed2751a9e6f646.zip tk-73e727a42c736c71ad18734999ed2751a9e6f646.tar.gz tk-73e727a42c736c71ad18734999ed2751a9e6f646.tar.bz2 |
Merge 8.6
Diffstat (limited to 'xlib/X11')
-rw-r--r-- | xlib/X11/Xlib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index af8f706..29bc0d5 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -530,8 +530,6 @@ typedef struct _XDisplay { #endif #ifndef _XEVENT_ -#define XMaxTransChars 7 - /* * Definitions of specific events. */ @@ -549,9 +547,6 @@ typedef struct { unsigned int state; /* key or button mask */ unsigned int keycode; /* detail */ Bool same_screen; /* same screen flag */ - char trans_chars[XMaxTransChars]; - /* translated characters */ - unsigned char nbytes; } XKeyEvent; typedef XKeyEvent XKeyPressedEvent; typedef XKeyEvent XKeyReleasedEvent; |