On 04/10/12 07:47 AM, Dave Airlie wrote:
> Another index->pScrn conversion.
> 
> Signed-off-by: Dave Airlie <[email protected]>
> ---
>  hw/xfree86/common/xf86Helper.c         |    2 +-
>  hw/xfree86/common/xf86VGAarbiter.c     |    6 +++---
>  hw/xfree86/common/xf86VGAarbiterPriv.h |    4 ++--
>  hw/xfree86/common/xf86str.h            |    2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)

Also needs:

diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index ca5efc9..5e3d403 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -1744,7 +1744,7 @@ MODECHECK_FINAL are intended for checks that may involve m

       <blockquote><para>
          <programlisting>
-    void ChipFreeScreen(int scrnindex, int flags);
+    void ChipFreeScreen(ScrnInfoPtr pScrn, int flags);
          </programlisting>
          <blockquote><para>
       Free any driver-allocated data that may have been allocated up to


-- 
        -Alan Coopersmith-              [email protected]
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to