diff options
author | Vinson Lee <[email protected]> | 2010-08-28 21:42:28 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-28 21:42:28 -0700 |
commit | 1f3e6e9726e3b41f4deeacbb34b9e23c5b3d6f76 (patch) | |
tree | 87f954ef53341ef03997319aed0e049370a96a07 /src/gallium/auxiliary/util/u_transfer.h | |
parent | a922725118333e016a357008f37105c23c6f54bc (diff) |
util: Add forward declaration in u_transfer.h.
Diffstat (limited to 'src/gallium/auxiliary/util/u_transfer.h')
-rw-r--r-- | 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 eb07945d15f..e3a38730f21 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, |