Commit c59710e8 authored by Ulrich Sibiller's avatar Ulrich Sibiller

remove _X_DEPRECATED for XKeycodeToKeysym

We need that function for performance reasons. By removing _X_DEPRECATED we get rid of compiler warnings.
parent f149e362
......@@ -1680,7 +1680,10 @@ extern XHostAddress *XListHosts(
int* /* nhosts_return */,
Bool* /* state_return */
);
_X_DEPRECATED
/* this is marked as_X_DEPRECATED in Xorg's upstream libX11 but NX
needs it for performance reasons. Should be moved into the
server. */
extern KeySym XKeycodeToKeysym(
Display* /* display */,
#if NeedWidePrototypes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment