From ff20983f5adb64665004e6aebb2930b545cec86a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 10 Jun 2011 14:55:30 +1000 Subject: drvmodel: another bunch of changes. this is all an attempt to get EXA to behave in Xephyr. --- exa/exa_priv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exa/exa_priv.h') 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, -- cgit v1.2.3