summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-05-17 07:14:23 +0000
committerEric Anholt <anholt@freebsd.org>2004-05-17 07:14:23 +0000
commit85f46e0bcdf60d145a6868ee71d10688c9113e6e (patch)
treee69179adb110a8a8aedbad97714ed09040ba07da /hw/kdrive/src/kdrive.h
parent47fb207c8ae2b54e976066f78892a1ee3fb35d30 (diff)
Add new CheckComposite hook. This allows a driver to avoid the migration of
pixmaps for a Composite operation if the operation can't be supported. This hook is optional.
Diffstat (limited to 'hw/kdrive/src/kdrive.h')
-rw-r--r--hw/kdrive/src/kdrive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index 7981c7e54..8dc6606ef 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -348,6 +348,10 @@ typedef struct _KaaScreenInfo {
int height);
void (*DoneBlend) (void);
+ Bool (*CheckComposite) (int op,
+ PicturePtr pSrcPicture,
+ PicturePtr pMaskPicture,
+ PicturePtr pDstPicture);
Bool (*PrepareComposite) (int op,
PicturePtr pSrcPicture,
PicturePtr pMaskPicture,