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 <[email protected]>

On 6/4/10, Julien Cristau <[email protected]> wrote:
> Commit a6d974dc59f2722b36e2df9d4f07aeee4f83ce43 made _XSeqSyncFunction
> non-static, but we don't need to export it.
>
> Cc: Jamey Sharp <[email protected]>
> Signed-off-by: Julien Cristau <[email protected]>
> ---
>  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
>
>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to