On Thu, Feb 19, 2009 at 06:02:26PM +1000, Imranullah Syed wrote: > --- > man/XShm.man | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/man/XShm.man b/man/XShm.man > index 2e37997..64f292c 100644 > --- a/man/XShm.man > +++ b/man/XShm.man > @@ -90,10 +90,11 @@ Status XShmDetach( > XImage *XShmCreateImage ( > Display *display; > Visual *visual; > - unsigned int depth, width, height; > + unsigned int depth; > int format; > char *data; > - XShmSegmentInfo *shminfo); > + XShmSegmentInfo *shminfo; > + unsigned int width, height); > .LP > Status XShmPutImage( > Display *display; > -- > 1.5.6.3
Thanks, pushed. Cheers, Peter _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
