diff options
author | Brian Paul <[email protected]> | 2012-06-26 14:47:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-27 07:50:57 -0600 |
commit | 81e2a238bcdaeb71d5a35b5d9e1c425cca8672bc (patch) | |
tree | 95fee11c3f034eeb926a40b4cddc36fcab287c67 /src/gallium/include/pipe/p_screen.h | |
parent | 51b0a0b33ca16599a5972c3e77607284a1b7fb9b (diff) |
gallium: minor whitespace, comment changes
Diffstat (limited to 'src/gallium/include/pipe/p_screen.h')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 * ); |