summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 22:29:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 22:29:45 (GMT)
commit14219460ca7cd029d3b9b54ad4d4c15c68668ce8 (patch)
tree4a7607a2a67c8dc8b23c3d6e3483c5b3b880029f /xlib
parent5cb22a6464eb89b259a5d264cc671fe0378958ec (diff)
downloadtk-14219460ca7cd029d3b9b54ad4d4c15c68668ce8.zip
tk-14219460ca7cd029d3b9b54ad4d4c15c68668ce8.tar.gz
tk-14219460ca7cd029d3b9b54ad4d4c15c68668ce8.tar.bz2
Fix [d450dc9f76]: Error compiling C++ extensions
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xlib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index 967b815..d485a2a 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -1692,8 +1692,7 @@ EXTERN XHostAddress *XListHosts(
int* /* nhosts_return */,
Bool* /* state_return */
);
-_X_DEPRECATED
-EXTERN KeySym XKeycodeToKeysym(
+EXTERN _X_DEPRECATED KeySym XKeycodeToKeysym(
Display* /* display */,
#if NeedWidePrototypes
unsigned int /* keycode */,