diff options
Diffstat (limited to 'uxa/uxa-priv.h')
-rw-r--r-- | uxa/uxa-priv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index 0f9cfbf4..f4b3ceef 100644 --- a/uxa/uxa-priv.h +++ b/uxa/uxa-priv.h @@ -182,14 +182,14 @@ typedef struct { */ void exaDDXDriverInit (ScreenPtr pScreen); -void +Bool uxa_prepare_access_window(WindowPtr pWin); void uxa_finish_access_window(WindowPtr pWin); /* uxa-unaccel.c */ -void +Bool uxa_prepare_access_gc(GCPtr pGC); void @@ -351,7 +351,7 @@ uxa_check_composite (CARD8 op, #endif /* uxa.c */ -void +Bool uxa_prepare_access(DrawablePtr pDrawable, uxa_access_t access); void |