summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_winsys.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-11-06 22:40:34 +0000
committerEmil Velikov <[email protected]>2015-11-20 10:58:44 +0000
commit32094979f70a5f532eb27eb41df4a0eadd2fd1a1 (patch)
treeb5771cb8278725d1fe7976c01f73ccecc8923752 /src/gallium/auxiliary/vl/vl_winsys.h
parent6150d8d4bd64151522615c417f1fe51bff1cdd5f (diff)
auxiliary/vl/dri2: setup the dispatch
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_winsys.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_winsys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_winsys.h b/src/gallium/auxiliary/vl/vl_winsys.h
index 29da3203a39..5390f722d09 100644
--- a/src/gallium/auxiliary/vl/vl_winsys.h
+++ b/src/gallium/auxiliary/vl/vl_winsys.h
@@ -66,13 +66,13 @@ struct vl_screen
void vl_screen_destroy(struct vl_screen *vscreen);
struct pipe_resource*
-vl_screen_texture_from_drawable(struct vl_screen *vscreen, Drawable drawable);
+vl_screen_texture_from_drawable(struct vl_screen *vscreen, void *drawable);
struct u_rect *
vl_screen_get_dirty_area(struct vl_screen *vscreen);
uint64_t
-vl_screen_get_timestamp(struct vl_screen *vscreen, Drawable drawable);
+vl_screen_get_timestamp(struct vl_screen *vscreen, void *drawable);
void
vl_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp);