... over the version number provided by the headers.
Signed-off-by: Emil Velikov <[email protected]>
---
src/gallium/state_trackers/dri/common/dri_drawable.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/gallium/state_trackers/dri/common/dri_drawable.c
b/src/gallium/state_trackers/dri/common/dri_drawable.c
index 074321d..b7df053 100644
--- a/src/gallium/state_trackers/dri/common/dri_drawable.c
+++ b/src/gallium/state_trackers/dri/common/dri_drawable.c
@@ -562,8 +562,9 @@ dri_throttle(__DRIcontext *cPriv, __DRIdrawable *dPriv,
const __DRI2throttleExtension dri2ThrottleExtension = {
- .base = { __DRI2_THROTTLE, __DRI2_THROTTLE_VERSION },
- .throttle = dri_throttle,
+ .base = { __DRI2_THROTTLE, 1 },
+
+ .throttle = dri_throttle,
};
--
1.9.0
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev