diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:03:08 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:03:29 +0100 |
commit | 8c1a8d22978f143044cc3cd0ff2ade5736ee9d48 (patch) | |
tree | da63b3fd81cd3fd00fcb758afa3f16feff4f54b1 /uxa/uxa.h | |
parent | 994aa1ef571ac2ab05f6588f9068d33b536c7a37 (diff) |
Revert "xp:trapezoids"
This reverts commit f429fb9d872950705e11171d0e7407fb7673c786.
An experimental patch I forgot was on my main branch as I was bugfixing.
ARGH!
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); /** @} */ /** |