Mesa (master): util: Add forward declaration in u_transfer.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 29 04:42:59 UTC 2010


Module: Mesa
Branch: master
Commit: 1f3e6e9726e3b41f4deeacbb34b9e23c5b3d6f76
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f3e6e9726e3b41f4deeacbb34b9e23c5b3d6f76

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug 28 21:42:28 2010 -0700

util: Add forward declaration in u_transfer.h.

---

 src/gallium/auxiliary/util/u_transfer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_transfer.h b/src/gallium/auxiliary/util/u_transfer.h
index eb07945..e3a3873 100644
--- a/src/gallium/auxiliary/util/u_transfer.h
+++ b/src/gallium/auxiliary/util/u_transfer.h
@@ -8,6 +8,7 @@
 #include "pipe/p_state.h"
 
 struct pipe_context;
+struct winsys_handle;
 
 boolean u_default_resource_get_handle(struct pipe_screen *screen,
 				      struct pipe_resource *resource,




More information about the mesa-commit mailing list