summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-04-04 02:43:09 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-04-04 02:43:09 -0700
commit024817649f61d303f799c7b0449e71b84a52b6de (patch)
tree6af3c92377a89e6e2e06b0dc58da15e04dc88973 /src/gallium/winsys/drm/radeon/core/radeon_buffer.h
parent48688e5e8f9501cad3d2862f8e057166992fddc0 (diff)
radeon: A bit of indent and line break cleanup.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_buffer.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_buffer.h b/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
index 40ad0fc8d1..163422f296 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
@@ -59,9 +59,10 @@ struct radeon_winsys {
};
struct radeon_winsys* radeon_pipe_winsys(int fb);
+#if 0
struct pipe_surface *radeon_surface_from_handle(struct radeon_context *radeon_context,
uint32_t handle,
enum pipe_format format,
int w, int h, int pitch);
-
+#endif
#endif