diff options
Diffstat (limited to 'src/radeon_bo_helper.h')
-rw-r--r-- | src/radeon_bo_helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_bo_helper.h b/src/radeon_bo_helper.h index f1aed551..77134250 100644 --- a/src/radeon_bo_helper.h +++ b/src/radeon_bo_helper.h @@ -28,9 +28,6 @@ radeon_alloc_pixmap_bo(ScrnInfoPtr pScrn, int width, int height, int depth, int usage_hint, int bitsPerPixel, int *new_pitch, struct radeon_surface *new_surface, uint32_t *new_tiling); -extern Bool -radeon_get_pixmap_handle(PixmapPtr pixmap, uint32_t *handle); - extern uint32_t radeon_get_pixmap_tiling_flags(PixmapPtr pPix); |