[PATCH] Corrected order of arguments in man page for function: XShmCreateImage
Peter Hutterer
peter.hutterer at who-t.net
Thu Feb 19 17:55:35 PST 2009
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
More information about the xorg-devel
mailing list