summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xlib.h
diff options
context:
space:
mode:
authorculler <culler>2020-05-17 16:42:46 (GMT)
committerculler <culler>2020-05-17 16:42:46 (GMT)
commitf296f61667cf0ae7c77521ea67c2d3d0ae30a278 (patch)
tree029e7f527e32713c9506a2854bc58cc5864dbda5 /xlib/X11/Xlib.h
parentbeec6749f186e9d63684f0159d5cee55be00c8b4 (diff)
parent556aff92de6174b46719c7865fdb4de501120660 (diff)
downloadtk-f296f61667cf0ae7c77521ea67c2d3d0ae30a278.zip
tk-f296f61667cf0ae7c77521ea67c2d3d0ae30a278.tar.gz
tk-f296f61667cf0ae7c77521ea67c2d3d0ae30a278.tar.bz2
Don't use trans_chars array on MacOSX any more.
Diffstat (limited to 'xlib/X11/Xlib.h')
-rw-r--r--xlib/X11/Xlib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index dd5fd33..0ad68d6 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -608,11 +608,6 @@ typedef struct {
unsigned int state; /* key or button mask */
unsigned int keycode; /* detail */
Bool same_screen; /* same screen flag */
-#ifdef MAC_OSX_TK /* Only used on MacOSX. To be removed. */
- char trans_chars[XMaxTransChars];
- /* translated characters */
- unsigned char nbytes;
-#endif
} XKeyEvent;
typedef XKeyEvent XKeyPressedEvent;
typedef XKeyEvent XKeyReleasedEvent;