summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@sasori.boston.redhat.com>2008-03-09 21:16:30 -0400
committerKristian Høgsberg <krh@sasori.boston.redhat.com>2008-03-09 21:16:30 -0400
commit0bba0e5be7a4a7275dad1edc34bdcc134ea1f424 (patch)
treea9a2470c38645bb923d21f71cf01993e58dd2d35 /include
parent810e0549afad45469bef532c1f2d355f3fde0bbb (diff)
DRI2: Add event buffer head as an argument to driCreateNewDrawable().
The DRI driver needs to know where in the buffer to start reading.
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index a815c28dbc9..0cd9f944dd0 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -482,6 +482,7 @@ struct __DRIscreenRec {
const __GLcontextModes *modes,
__DRIdrawable *pdraw,
drm_drawable_t hwDrawable,
+ unsigned int head,
int renderType, const int *attrs);
/**