diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-10-01 09:35:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-10-01 09:35:30 -0400 |
commit | 67fb82a3f0759b171fea21b475a70fa825693570 (patch) | |
tree | b20aa642dc87353f3da55bfa5cea8b04d256eaaf /src | |
parent | afc0374fdec3e24ece25805724459463e9a19f5e (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_glamor.h | 2 |
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 */ |