mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 08:58:25 +02:00
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
2 changed files with 3 additions and 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);
|
||||
|
||||
|
|
|
|||
|
|
@ -322,9 +322,6 @@ ExaCheckComposite (CARD8 op,
|
|||
#endif
|
||||
|
||||
/* exa_offscreen.c */
|
||||
void
|
||||
ExaOffscreenMarkUsed (PixmapPtr pPixmap);
|
||||
|
||||
void
|
||||
ExaOffscreenSwapOut (ScreenPtr pScreen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue