gallium: adapt to get_query_result interface change
[mesa.git] / src / gallium / drivers / identity / id_context.c
index 681ef7bf097a75fcf0492cac808d67d47aea3ff5..af3f8239ccd9372b228dbb6eeea55eaee31e0059 100644 (file)
@@ -103,7 +103,7 @@ static boolean
 identity_get_query_result(struct pipe_context *_pipe,
                           struct pipe_query *query,
                           boolean wait,
-                          void *result)
+                          union pipe_query_result *result)
 {
    struct identity_context *id_pipe = identity_context(_pipe);
    struct pipe_context *pipe = id_pipe->pipe;