summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xlib.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-03 10:41:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-03 10:41:11 (GMT)
commit616a7701c6e890c88ef9f1ce8a8244075c63c95d (patch)
tree8a5cf171e16bd08ed058ad8b10632109ffacb208 /xlib/X11/Xlib.h
parentf4d17d021d7c47a9b6306a641a358da4b9cabd00 (diff)
downloadtk-616a7701c6e890c88ef9f1ce8a8244075c63c95d.zip
tk-616a7701c6e890c88ef9f1ce8a8244075c63c95d.tar.gz
tk-616a7701c6e890c88ef9f1ce8a8244075c63c95d.tar.bz2
X11 header-file (specific) update. Move XMaxTransChars definition from Xlib.h to tkInt.h, windows-only
Diffstat (limited to 'xlib/X11/Xlib.h')
-rw-r--r--xlib/X11/Xlib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index e0879d5..86013cc 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -586,8 +586,6 @@ typedef struct _XDisplay {
#endif
#ifndef _XEVENT_
-#define XMaxTransChars 7
-
/*
* Definitions of specific events.
*/
@@ -1720,7 +1718,8 @@ EXTERN XHostAddress *XListHosts(
int* /* nhosts_return */,
Bool* /* state_return */
);
-EXTERN _X_DEPRECATED KeySym XKeycodeToKeysym(
+_X_DEPRECATED
+EXTERN KeySym XKeycodeToKeysym(
Display* /* display */,
#if NeedWidePrototypes
unsigned int /* keycode */,