From: Brian Paul Date: Tue, 26 Jun 2012 20:47:19 +0000 (-0600) Subject: gallium: minor whitespace, comment changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81e2a238bcdaeb71d5a35b5d9e1c425cca8672bc;p=mesa.git gallium: minor whitespace, comment changes --- diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index b4a7f01af66..164e54d3205 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -50,9 +50,8 @@ extern "C" { #endif -/** Opaque type */ +/** Opaque types */ struct winsys_handle; -/** Opaque type */ struct pipe_fence_handle; struct pipe_resource; struct pipe_surface; @@ -67,7 +66,6 @@ struct pipe_transfer; struct pipe_screen { void (*destroy)( struct pipe_screen * ); - const char *(*get_name)( struct pipe_screen * ); const char *(*get_vendor)( struct pipe_screen * );