diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-08-30 18:48:19 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-08-30 18:48:19 +0900 |
commit | 5cdd334b3402c2431deb3a87a8d04ef590da53ee (patch) | |
tree | 4fc8c9f8c48ec2d523dd0be675ffd05845d8981b /src/radeon_exa.c | |
parent | 9d9c565c84601f4c6c73ad769f86491088683f7a (diff) |
Require xserver >= 1.13
xserver 1.13.0 was released on September 6th, 2012, almost 5 years ago.
This allows cleaning up a bunch of backwards compatibility code.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index d362e5d9..9106d5c6 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -312,7 +312,6 @@ void RADEONEXADestroyPixmap(ScreenPtr pScreen, void *driverPriv) free(driverPriv); } -#ifdef RADEON_PIXMAP_SHARING Bool RADEONEXASharePixmapBacking(PixmapPtr ppix, ScreenPtr slave, void **fd_handle) { struct radeon_exa_pixmap_priv *driver_priv = exaGetPixmapDriverPrivate(ppix); @@ -334,7 +333,6 @@ Bool RADEONEXASetSharedPixmapBacking(PixmapPtr ppix, void *fd_handle) driver_priv->shared = TRUE; return TRUE; } -#endif uint32_t radeon_get_pixmap_tiling(PixmapPtr pPix) { |