mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 23:50:30 +01: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
|
||||
exaEnableDisableFBAccess (int index, Bool enable);
|
||||
|
||||
Bool
|
||||
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
||||
|
||||
/* in exa_migration.c */
|
||||
void
|
||||
exaMoveInPixmap (PixmapPtr pPixmap);
|
||||
|
||||
|
|
|
|||
|
|
@ -374,9 +374,6 @@ void
|
|||
exaGetDrawableDeltas (DrawablePtr pDrawable, PixmapPtr pPixmap,
|
||||
int *xp, int *yp);
|
||||
|
||||
Bool
|
||||
exaDrawableIsOffscreen (DrawablePtr pDrawable);
|
||||
|
||||
Bool
|
||||
exaPixmapIsOffscreen(PixmapPtr p);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue