On Mon, 2018-04-02 at 16:41 +0100, Emil Velikov wrote:

> diff --git a/dri3/dri3_request.c b/dri3/dri3_request.c
> index fc258711b..7ced6747c 100644
> --- a/dri3/dri3_request.c
> +++ b/dri3/dri3_request.c
> @@ -32,6 +32,9 @@
>  #include <protocol-versions.h>
>  #include <drm_fourcc.h>
>  
> +/* Should be provided by the guts of X */
> +typedef int (* DispatchProc) (ClientPtr client);
> +

I mean, maybe. But if you're doing that go ahead and do it in a header
and fix up the other dispatch vectors, otherwise this is just being
different for no reason.

- ajax
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to