> From: Julien Cristau <[email protected]>
> Date: Fri, 31 Jul 2009 13:49:39 +0200
> 
> Add _X_HIDDEN for some symbols that aren't used outside of Xlib.
> Make _XKeyInitialize static (with the associated code movement inside
> src/KeyBind.c)

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

I don't think it is a good idea to hide symbols based on #ifdefs like
that.  It's very easy to mess up the X11 ABI this way.

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to