summaryrefslogtreecommitdiff
path: root/include/pixmap.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-09-20 14:04:56 +1000
committerDave Airlie <airlied@redhat.com>2012-09-20 14:33:49 +1000
commit8c73c1c880214dba26f9d42204f199478d8afde7 (patch)
treee197c01eb81587bb4e6c2e37d4322e21d122f521 /include/pixmap.h
parent4c775a89baeef87557f23b78404e2da76b1d7a5e (diff)
impedance: add drawable->pixmap lookup
Diffstat (limited to 'include/pixmap.h')
-rw-r--r--include/pixmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pixmap.h b/include/pixmap.h
index 921a94d1e..c293eca00 100644
--- a/include/pixmap.h
+++ b/include/pixmap.h
@@ -128,4 +128,6 @@ PixmapStopDirtyTracking(PixmapPtr src, PixmapPtr slave_dst);
extern _X_EXPORT Bool
PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty, RegionPtr dirty_region);
+extern _X_EXPORT PixmapPtr
+GetDrawablePixmap(ScreenPtr pScreen, DrawablePtr drawable);
#endif /* PIXMAP_H */