[PATCH libX11] Hide _XSeqSyncFunction

Jamey Sharp jamey at minilop.net
Fri Jun 4 10:13:52 PDT 2010


I'm not sure we need to export anything else from src/*.h either?
Especially not the XID and sync-related functions highlighted by this
diff hunk. But regardless,
Reviewed-by: Jamey Sharp <jamey at minilop.net>

On 6/4/10, Julien Cristau <jcristau at debian.org> wrote:
> Commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43 made _XSeqSyncFunction
> non-static, but we don't need to export it.
>
> Cc: Jamey Sharp <jamey at minilop.net>
> Signed-off-by: Julien Cristau <jcristau at debian.org>
> ---
>  src/Xprivate.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/Xprivate.h b/src/Xprivate.h
> index ebe51c1..c32e59c 100644
> --- a/src/Xprivate.h
> +++ b/src/Xprivate.h
> @@ -9,7 +9,7 @@
>  #define XPRIVATE_H
>
>  extern void _XIDHandler(Display *dpy);
> -extern void _XSeqSyncFunction(Display *dpy);
> +extern _X_HIDDEN void _XSeqSyncFunction(Display *dpy);
>  extern void _XSetPrivSyncFunction(Display *dpy);
>  extern void _XSetSeqSyncFunction(Display *dpy);
>
> --
> 1.7.1
>
>


More information about the xorg-devel mailing list