summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 08:57:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 08:57:41 (GMT)
commit241a25288491710ad102fe10f535ff915bbb1b04 (patch)
tree32d0c0042d0f840b211a8e9450c2e4555edb87da /xlib
parent27b0de091309ba8cfb6e6d6d368f5da3311a42f3 (diff)
parent458a268fc9d3f06c766310cec9992565b9d76fee (diff)
downloadtk-241a25288491710ad102fe10f535ff915bbb1b04.zip
tk-241a25288491710ad102fe10f535ff915bbb1b04.tar.gz
tk-241a25288491710ad102fe10f535ff915bbb1b04.tar.bz2
Add XkbKeycodeToKeysym() and XkbOpenDisplay() to the (Windows/MacOS) X11 stub table. No effect for UNIX.
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index 48cd28c..66beef4 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -1726,6 +1726,7 @@ EXTERN XHostAddress *XListHosts(
int* /* nhosts_return */,
Bool* /* state_return */
);
+_X_DEPRECATED
EXTERN KeySym XKeycodeToKeysym(
Display* /* display */,
#if NeedWidePrototypes