summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-05-22 10:51:56 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2007-05-22 10:51:56 +0200
commitcc648e609d472472bac4a2e568eb3598b3690ba3 (patch)
tree74c0422bc3b7140dedea6f2e50eeaab68380c5dd /exa
parente6a7198e7cd96f1fe0654cc6811a977821579258 (diff)
EXA: Export ExaOffscreenMarkUsed.
Can be used to inform EXA that an offscreen area is used outside of EXA.
Diffstat (limited to 'exa')
-rw-r--r--exa/exa.h3
-rw-r--r--exa/exa_priv.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/exa/exa.h b/exa/exa.h
index cd90bbc72..9ea593381 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -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