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

Julien Cristau jcristau at debian.org
Fri Jul 31 13:18:41 PDT 2009


On Fri, Jul 31, 2009 at 16:03:06 -0400, Thomas Dickey wrote:

> 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,
> ...
> 
No, this is the non-XKB implementation of these functions, which are
#defined away if XKB is enabled, but still exported.
I actually checked I didn't remove anything that was in public header
files :)

Cheers,
Julien


More information about the xorg-devel mailing list