[PATCH] Corrected order of arguments in man page for function: XShmCreateImage
Imranullah Syed
freakabcd at gmail.com
Thu Feb 19 00:02:26 PST 2009
---
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
More information about the xorg-devel
mailing list