summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-10-01 09:35:30 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-10-01 09:35:30 -0400
commit67fb82a3f0759b171fea21b475a70fa825693570 (patch)
treeb20aa642dc87353f3da55bfa5cea8b04d256eaaf
parentafc0374fdec3e24ece25805724459463e9a19f5e (diff)
radeon: fix the non-glamor build harder...
I need to stop pushing patches first thing in the morning. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--src/radeon_glamor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_glamor.h b/src/radeon_glamor.h
index 0806f56b..36addd70 100644
--- a/src/radeon_glamor.h
+++ b/src/radeon_glamor.h
@@ -91,7 +91,7 @@ static inline Bool radeon_glamor_pixmap_is_offscreen(PixmapPtr pixmap) { return
static inline struct radeon_pixmap *radeon_get_pixmap_private(PixmapPtr pixmap) { return NULL; }
-static inline XF86VideoAdaptorPtr radeon_glamor_xv_init(ScreenPtr pScreen) { return NULL; }
+static inline XF86VideoAdaptorPtr radeon_glamor_xv_init(ScreenPtr pScreen, int num_adapt) { return NULL; }
#endif
#endif /* RADEON_GLAMOR_H */