diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-08 10:24:51 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-08 19:52:46 +0100 |
commit | f429fb9d872950705e11171d0e7407fb7673c786 (patch) | |
tree | 708d09e096cad518806ab59ed09755e1f72722f7 /uxa/uxa.c | |
parent | 0776a42b70f2de7b7d7d8804046c79442da1cb8a (diff) |
xp:trapezoids
Diffstat (limited to 'uxa/uxa.c')
-rw-r--r-- | uxa/uxa.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -577,6 +577,9 @@ Bool uxa_driver_init(ScreenPtr screen, uxa_driver_t * uxa_driver) if (uxa_driver->get_image != NULL) { LogMessage(X_INFO, " get_image\n"); } + if (uxa_driver->rasterize_trapezoids != NULL) { + LogMessage(X_INFO, " trapezoids\n"); + } return TRUE; } |