diff options
Diffstat (limited to 'uxa/uxa.h')
-rw-r--r-- | uxa/uxa.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -402,11 +402,6 @@ typedef struct _UxaDriver { * This call is required if prepare_composite() ever succeeds. */ void (*done_composite) (PixmapPtr pDst); - - Bool(*check_trapezoids) (int width, int height, int depth); - Bool(*rasterize_trapezoids) (PixmapPtr pixmap, Bool clear, - int ntraps, xTrapezoid *traps, - int dst_x, int dst_y); /** @} */ /** |