diff options
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa.h | 3 | ||||
-rw-r--r-- | exa/exa_priv.h | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -721,6 +721,9 @@ exaOffscreenAlloc(ScreenPtr pScreen, int size, int align, ExaOffscreenArea * exaOffscreenFree(ScreenPtr pScreen, ExaOffscreenArea *area); +void +ExaOffscreenMarkUsed (PixmapPtr pPixmap); + unsigned long exaGetPixmapOffset(PixmapPtr pPix); diff --git a/exa/exa_priv.h b/exa/exa_priv.h index ece589851..a6d98cd2d 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -323,9 +323,6 @@ ExaCheckComposite (CARD8 op, /* exa_offscreen.c */ void -ExaOffscreenMarkUsed (PixmapPtr pPixmap); - -void ExaOffscreenSwapOut (ScreenPtr pScreen); void |