diff options
author | Eric Anholt <eric@anholt.net> | 2009-02-10 15:35:20 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-10 15:35:20 -0800 |
commit | 5212ec6515c6562f66b86fc16928b601bf04e49b (patch) | |
tree | 576328595abb84a842691f5560429276b0ce5f0f /uxa/uxa.h | |
parent | 3aa8591abfbe8db0f13912910c850fdd748808df (diff) |
uxa: hook up the fallback debug to the driver's fallback debug option.
Diffstat (limited to 'uxa/uxa.h')
-rw-r--r-- | uxa/uxa.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -517,6 +517,9 @@ uxa_driver_fini(ScreenPtr pScreen); CARD32 uxa_get_pixmap_first_pixel (PixmapPtr pPixmap); +void +uxa_set_fallback_debug (ScreenPtr screen, Bool enable); + /** * Returns TRUE if the given planemask covers all the significant bits in the * pixel values for pDrawable. |