summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorImranullah Syed <freakabcd@gmail.com>2009-02-19 18:02:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-20 11:54:56 +1000
commitcad77b1d6d1a344f2cb31c16401076c003bb97dd (patch)
tree29fdf3a70328b7abb055013d7ca080704278b955 /man
parent8a91fc6f72206362f399b5e29bf3d5f44f4eb822 (diff)
Corrected order of arguments in man page for function: XShmCreateImage
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/XShm.man5
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;