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
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to