mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02:00
exa: Add exaDrawableIsOffscreen() to the driver API.
(cherry picked from commit 3891dd8924)
This commit is contained in:
parent
f4c33e2e64
commit
5d14e34541
2 changed files with 4 additions and 3 deletions
|
|
@ -783,6 +783,10 @@ exaGetPixmapSize(PixmapPtr pPix);
|
||||||
void
|
void
|
||||||
exaEnableDisableFBAccess (int index, Bool enable);
|
exaEnableDisableFBAccess (int index, Bool enable);
|
||||||
|
|
||||||
|
Bool
|
||||||
|
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
||||||
|
|
||||||
|
/* in exa_migration.c */
|
||||||
void
|
void
|
||||||
exaMoveInPixmap (PixmapPtr pPixmap);
|
exaMoveInPixmap (PixmapPtr pPixmap);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -374,9 +374,6 @@ void
|
||||||
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
|
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
|
||||||
int *xp, int *yp);
|
int *xp, int *yp);
|
||||||
|
|
||||||
Bool
|
|
||||||
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
exaPixmapIsOffscreen(PixmapPtr p);
|
exaPixmapIsOffscreen(PixmapPtr p);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue