Daniel Stone <[email protected]> (28/12/2010):
> All the DRI extension types have a base extension type as their first
> member to avoid exactly these types of warning.
> 
> Signed-off-by: Daniel Stone <[email protected]>
> ---
>  glx/glxdri2.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/glx/glxdri2.c b/glx/glxdri2.c
> index 1111183..8d21c93 100644
> --- a/glx/glxdri2.c
> +++ b/glx/glxdri2.c
> @@ -594,7 +594,7 @@ static const __DRIextension *loader_extensions[] = {
>      &systemTimeExtension.base,
>      &loaderExtension.base,
>  #ifdef __DRI_USE_INVALIDATE
> -    &dri2UseInvalidate,
> +    &dri2UseInvalidate.base,
>  #endif
>      NULL
>  };

Reviewed-by: Cyril Brulebois <[email protected]>

KiBi.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
[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