[PATCH xserver 5/5] mi: Add include guards to migc.h

Alex Deucher alexdeucher at gmail.com
Thu Feb 16 19:59:24 UTC 2017


On Thu, Feb 16, 2017 at 1:03 PM, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>

Series is:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  mi/migc.h | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/mi/migc.h b/mi/migc.h
> index 8d06a6f..add601a 100644
> --- a/mi/migc.h
> +++ b/mi/migc.h
> @@ -26,6 +26,9 @@ from The Open Group.
>
>  */
>
> +#ifndef _MIGC_H
> +#define _MIGC_H
> +
>  extern _X_EXPORT void miChangeGC(GCPtr          pGC,
>                                   unsigned long  mask);
>
> @@ -47,3 +50,5 @@ extern _X_EXPORT void miCopyGC(GCPtr            pGCSrc,
>
>  extern _X_EXPORT void miComputeCompositeClip(GCPtr              pGC,
>                                               DrawablePtr        pDrawable);
> +
> +#endif
> --
> 2.9.3
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: https://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list