diff options
author | Brian Paul <[email protected]> | 2009-02-05 08:16:56 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-05 08:16:56 -0700 |
commit | 0703b2e9ad9ef9d05f7ba53b93dba780ad34b47d (patch) | |
tree | 81a3614fffd884f847564def10da5e33590575da /src/gallium/include/pipe/p_state.h | |
parent | 75f0b38d9ea4a7318b0d661712dda15e24707395 (diff) |
gallium: move 'struct pipe_winsys'
Not used in p_state.h but used in p_context.h and p_screen.h
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index dd0dfac238d..9dc541630c4 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -66,7 +66,6 @@ extern "C" { /* fwd decls */ struct pipe_screen; struct pipe_surface; -struct pipe_winsys; |