From de2fd7dd0ba3856aa1cb08302bed0814b16f8810 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 16 Nov 2013 13:55:44 -0700 Subject: postprocess: rename program to pp_program MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To match the pp_ namespace convention. Reviewed-by: Marek Olšák --- src/gallium/auxiliary/postprocess/pp_program.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/postprocess/pp_program.h') diff --git a/src/gallium/auxiliary/postprocess/pp_program.h b/src/gallium/auxiliary/postprocess/pp_program.h index b7774dc0877..6fecdc3fe5e 100644 --- a/src/gallium/auxiliary/postprocess/pp_program.h +++ b/src/gallium/auxiliary/postprocess/pp_program.h @@ -34,7 +34,7 @@ /** * Internal control details. */ -struct program +struct pp_program { struct pipe_screen *screen; struct pipe_context *pipe; -- cgit v1.2.3