EXA: Export ExaOffscreenMarkUsed.

Can be used to inform EXA that an offscreen area is used outside of EXA.
This commit is contained in:
Michel Dänzer 2007-05-22 10:51:56 +02:00
parent e6a7198e7c
commit cc648e609d
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -322,9 +322,6 @@ ExaCheckComposite (CARD8 op,
#endif
/* exa_offscreen.c */
void
ExaOffscreenMarkUsed (PixmapPtr pPixmap);
void
ExaOffscreenSwapOut (ScreenPtr pScreen);