summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-05-14 17:51:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-05-14 17:51:40 +0100
commit7ee73d2c6f373f3d6829cb1876b1940db62be452 (patch)
treed59d827e4ef52a9cf11869c312b7df973e02f9fd /src/i830.h
parent030d56279bf14d9ddd42d8fdbeaa66ef3f557b4d (diff)
drm: Remove unused old_front parameter from drmmode_do_pageflip.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 3a2a620e..827655b3 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -395,7 +395,7 @@ enum {
extern Bool drmmode_pre_init(ScrnInfoPtr pScrn, int fd, int cpp);
extern int drmmode_get_pipe_from_crtc_id(drm_intel_bufmgr *bufmgr, xf86CrtcPtr crtc);
extern int drmmode_output_dpms_status(xf86OutputPtr output);
-extern Bool drmmode_do_pageflip(ScreenPtr screen, dri_bo *old_front, dri_bo *new_front, void *data);
+extern Bool drmmode_do_pageflip(ScreenPtr screen, dri_bo *new_front, void *data);
static inline intel_screen_private *
intel_get_screen_private(ScrnInfoPtr scrn)