From: José Fonseca Date: Thu, 9 Apr 2009 20:26:15 +0000 (+0100) Subject: gallium: Use "flags" consistently. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ea265888f19bcbc1771f6c671ce08855b80bf0a;p=mesa.git gallium: Use "flags" consistently. --- diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index ceac755e71e..5046febcf6e 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -264,7 +264,7 @@ struct pipe_screen { */ int (*fence_signalled)( struct pipe_screen *screen, struct pipe_fence_handle *fence, - unsigned flag ); + unsigned flags ); /** * Wait for the fence to finish. @@ -273,7 +273,7 @@ struct pipe_screen { */ int (*fence_finish)( struct pipe_screen *screen, struct pipe_fence_handle *fence, - unsigned flag ); + unsigned flags ); };