Mesa (master): radeon-gallium: Forgot a typedef.

Corbin Simpson csimpson at kemper.freedesktop.org
Mon May 11 17:11:54 UTC 2009


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

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon May 11 09:55:28 2009 -0700

radeon-gallium: Forgot a typedef.

---

 src/gallium/winsys/drm/radeon/core/radeon_r300.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/gallium/winsys/drm/radeon/core/radeon_r300.h b/src/gallium/winsys/drm/radeon/core/radeon_r300.h
index 9858674..19c7ed2 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_r300.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_r300.h
@@ -40,6 +40,11 @@
 #endif
 #ifndef DRM_RADEON_INFO
 #define DRM_RADEON_INFO 0x1
+struct drm_radeon_info {
+	uint32_t		request;
+	uint32_t		pad;
+	uint64_t		value;
+};
 #endif
 
 struct r300_winsys*




More information about the mesa-commit mailing list