EXA: Export ExaOffscreenMarkUsed.
Can be used to inform EXA that an offscreen area is used outside of EXA.
This commit is contained in:
parent
e6a7198e7c
commit
cc648e609d
|
@ -721,6 +721,9 @@ exaOffscreenAlloc(ScreenPtr pScreen, int size, int align,
|
||||||
ExaOffscreenArea *
|
ExaOffscreenArea *
|
||||||
exaOffscreenFree(ScreenPtr pScreen, ExaOffscreenArea *area);
|
exaOffscreenFree(ScreenPtr pScreen, ExaOffscreenArea *area);
|
||||||
|
|
||||||
|
void
|
||||||
|
ExaOffscreenMarkUsed (PixmapPtr pPixmap);
|
||||||
|
|
||||||
unsigned long
|
unsigned long
|
||||||
exaGetPixmapOffset(PixmapPtr pPix);
|
exaGetPixmapOffset(PixmapPtr pPix);
|
||||||
|
|
||||||
|
|
|
@ -322,9 +322,6 @@ ExaCheckComposite (CARD8 op,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* exa_offscreen.c */
|
/* exa_offscreen.c */
|
||||||
void
|
|
||||||
ExaOffscreenMarkUsed (PixmapPtr pPixmap);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ExaOffscreenSwapOut (ScreenPtr pScreen);
|
ExaOffscreenSwapOut (ScreenPtr pScreen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue