gallium: fix type of flags in pipe_context::flush()
[mesa.git] / src / gallium / drivers / nv50 / nv50_context.c
index ce5999aea7ab72d8e139251566c9518c1724eed3..16697a0c5d653c3f994835a0c8911aacdbbd2311 100644 (file)
@@ -34,7 +34,7 @@
 static void
 nv50_flush(struct pipe_context *pipe,
            struct pipe_fence_handle **fence,
-           enum pipe_flush_flags flags)
+           unsigned flags)
 {
    struct nouveau_screen *screen = nouveau_screen(pipe->screen);