summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-01-10 18:16:49 -0500
committerAlex Deucher <alexdeucher@gmail.com>2011-01-10 18:16:49 -0500
commite5d0a400d08da2358fac9c2ad12042f125525736 (patch)
treea869dd4be87331d24076cc46c60ef4dffbb5b9f2 /src/radeon_dri2.h
parent0e432dff9e06a183acaeb20db29cbd03ff0f4b82 (diff)
parente27e9b4e50ad42885ad2e25be897cdf29aa59712 (diff)
Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
Diffstat (limited to 'src/radeon_dri2.h')
-rw-r--r--src/radeon_dri2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri2.h b/src/radeon_dri2.h
index 688530f2..79952862 100644
--- a/src/radeon_dri2.h
+++ b/src/radeon_dri2.h
@@ -44,5 +44,7 @@ xf86CrtcPtr radeon_covering_crtc(ScrnInfoPtr pScrn, BoxPtr box,
xf86CrtcPtr desired, BoxPtr crtc_box_ret);
void radeon_dri2_frame_event_handler(unsigned int frame, unsigned int tv_sec,
unsigned int tv_usec, void *event_data);
+void radeon_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec,
+ unsigned int tv_usec, void *event_data);
#endif