diff options
author | Dave Airlie <airlied@redhat.com> | 2011-06-10 14:55:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-06-10 14:55:30 +1000 |
commit | ff20983f5adb64665004e6aebb2930b545cec86a (patch) | |
tree | 24b3ce0a88519a3ee92d21fd2cf3d2bd995f5cdd /exa/exa_priv.h | |
parent | 917a547511ae6d02ae36eb258b3f93e3c1fc9b41 (diff) |
drvmodel: another bunch of changes.
this is all an attempt to get EXA to behave in Xephyr.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index a73452b6b..a15412f86 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -595,7 +595,7 @@ extern const GCFuncs exaGCFuncs; /* exa_classic.c */ PixmapPtr exaCreatePixmap_classic(ScreenPtr pScreen, int w, int h, int depth, - unsigned usage_hint); + unsigned usage_hint, ProtoPixmapPtr parent); Bool exaModifyPixmapHeader_classic(PixmapPtr pPixmap, int width, int height, int depth, @@ -610,7 +610,7 @@ exaPixmapHasGpuCopy_classic(PixmapPtr pPixmap); /* exa_driver.c */ PixmapPtr exaCreatePixmap_driver(ScreenPtr pScreen, int w, int h, int depth, - unsigned usage_hint); + unsigned usage_hint, ProtoPixmapPtr parent); Bool exaModifyPixmapHeader_driver(PixmapPtr pPixmap, int width, int height, int depth, @@ -625,7 +625,7 @@ exaPixmapHasGpuCopy_driver(PixmapPtr pPixmap); /* exa_mixed.c */ PixmapPtr exaCreatePixmap_mixed(ScreenPtr pScreen, int w, int h, int depth, - unsigned usage_hint); + unsigned usage_hint, ProtoPixmapPtr parent); Bool exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, int height, int depth, |