summaryrefslogtreecommitdiff
path: root/uxa/uxa.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-10 15:35:20 -0800
committerEric Anholt <eric@anholt.net>2009-02-10 15:35:20 -0800
commit5212ec6515c6562f66b86fc16928b601bf04e49b (patch)
tree576328595abb84a842691f5560429276b0ce5f0f /uxa/uxa.h
parent3aa8591abfbe8db0f13912910c850fdd748808df (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uxa/uxa.h b/uxa/uxa.h
index f1c1cfa9..8f6f896c 100644
--- a/uxa/uxa.h
+++ b/uxa/uxa.h
@@ -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.