gallium: move 'struct pipe_winsys'
authorBrian Paul <brianp@vmware.com>
Thu, 5 Feb 2009 15:16:56 +0000 (08:16 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 5 Feb 2009 15:16:56 +0000 (08:16 -0700)
Not used in p_state.h but used in p_context.h and p_screen.h

src/gallium/include/pipe/p_context.h
src/gallium/include/pipe/p_screen.h
src/gallium/include/pipe/p_state.h

index 166c6b6..9454cc8 100644 (file)
@@ -40,6 +40,7 @@ struct pipe_screen;
 struct pipe_fence_handle;
 struct pipe_state_cache;
 struct pipe_query;
+struct pipe_winsys;
 
 
 /**
index 0bd7d12..64ab71c 100644 (file)
@@ -50,6 +50,8 @@ extern "C" {
 
 /** Opaque type */
 struct pipe_fence_handle;
+struct pipe_winsys;
+
 
 /**
  * Gallium screen/adapter context.  Basically everything
index dd0dfac..9dc5416 100644 (file)
@@ -66,7 +66,6 @@ extern "C" {
 /* fwd decls */
 struct pipe_screen;
 struct pipe_surface;
-struct pipe_winsys;