OSDN Git Service

gallium: adapt to get_query_result interface change
[android-x86/external-mesa.git] / src / gallium / drivers / rbug / rbug_context.c
index 3aa4f85..46518cd 100644 (file)
@@ -182,7 +182,7 @@ static boolean
 rbug_get_query_result(struct pipe_context *_pipe,
                       struct pipe_query *query,
                       boolean wait,
-                      void *result)
+                      union pipe_query_result *result)
 {
    struct rbug_context *rb_pipe = rbug_context(_pipe);
    struct pipe_context *pipe = rb_pipe->pipe;