gallium: move 'struct pipe_winsys'

Not used in p_state.h but used in p_context.h and p_screen.h
This commit is contained in:
Brian Paul
2009-02-05 08:16:56 -07:00
parent 75f0b38d9e
commit 0703b2e9ad
3 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ struct pipe_screen;
struct pipe_fence_handle;
struct pipe_state_cache;
struct pipe_query;
struct pipe_winsys;
/**

View File

@@ -50,6 +50,8 @@ extern "C" {
/** Opaque type */
struct pipe_fence_handle;
struct pipe_winsys;
/**
* Gallium screen/adapter context. Basically everything

View File

@@ -66,7 +66,6 @@ extern "C" {
/* fwd decls */
struct pipe_screen;
struct pipe_surface;
struct pipe_winsys;