[PATCH 1/4] Hide a number of private symbols

Thomas Dickey dickey at his.com
Fri Jul 31 13:03:06 PDT 2009


On Fri, 31 Jul 2009, Julien Cristau wrote:

> Add _X_HIDDEN for some symbols that aren't used outside of Xlib.

...

xterm uses this, has used the specific Xlib.h interface since 1999.

There's a reason for having those in the header file (probably other
programs than xterm use them ;-)


> -KeySym
> -XKeycodeToKeysym(Display *dpy,
...

> +#ifdef XKB
> +_X_HIDDEN
> +#endif
> +KeySym
> +XKeycodeToKeysym(Display *dpy,
...

awai

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


More information about the xorg-devel mailing list