From f9a3fce09044fbfe9a9b973d33b31cfe826d1386 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Thu, 27 Aug 2009 17:39:20 -0400 Subject: st/xorg: bind framebuffer and viewport for exa --- src/gallium/state_trackers/xorg/xorg_composite.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/xorg/xorg_composite.h') diff --git a/src/gallium/state_trackers/xorg/xorg_composite.h b/src/gallium/state_trackers/xorg/xorg_composite.h index a52e0e6dff..17dfcb199e 100644 --- a/src/gallium/state_trackers/xorg/xorg_composite.h +++ b/src/gallium/state_trackers/xorg/xorg_composite.h @@ -12,7 +12,10 @@ boolean xorg_composite_bind_state(struct exa_context *exa, int op, PicturePtr pSrcPicture, PicturePtr pMaskPicture, - PicturePtr pDstPicture); + PicturePtr pDstPicture, + struct exa_pixmap_priv *pSrc, + struct exa_pixmap_priv *pMask, + struct exa_pixmap_priv *pDst); void xorg_composite(struct exa_context *exa, struct exa_pixmap_priv *dst, -- cgit v1.2.3