diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-24 13:46:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-24 13:46:48 +0000 |
commit | f091cb11ce9394593383465493467b328134bc42 (patch) | |
tree | 01fa173acdc99534cf53b7e1f8e108dec7a59094 /lib/libXv/man/XvPutStill.man | |
parent | 31666b7a30d9cccef0db66b04a513d957ceb5186 (diff) |
update to libXv 1.0.4
Diffstat (limited to 'lib/libXv/man/XvPutStill.man')
-rw-r--r-- | lib/libXv/man/XvPutStill.man | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/lib/libXv/man/XvPutStill.man b/lib/libXv/man/XvPutStill.man index 2231ff613..e7552d46d 100644 --- a/lib/libXv/man/XvPutStill.man +++ b/lib/libXv/man/XvPutStill.man @@ -1,40 +1,15 @@ .TH XvPutStill __libmansuffix__ __vendorversion__ -.\" $XFree86: xc/doc/man/Xv/XvPutStill.man,v 1.4 1999/03/02 11:49:15 dawes Exp $ .SH Name XvPutStill \- write a single frame of video to a drawable .\" .SH Syntax .B #include <X11/extensions/Xvlib.h> -.sp 1l -\fBXvPutStill(\fIdpy, port, d, gc, vx, vy, vw, vh, dx, dy, dw, dh\fR) -.sp 1l -.B Display -.I *dpy; -.br -.B XvPortID -.I port; -.br -.B Drawable -.I d; -.br -.B GC -.I gc; -.br -.B int -.I vx, -.I vy, -.I dx, -.I dy; -.br -.B unsigned int -.I vw, -.I vh; -.br -.B unsigned int -.I dw, -.I dh; -.sp 1l -.\" +.sp +.nf +.BI "XvPutStill(Display *" dpy ", XvPortID " port ", Drawable " d ", GC " gc ", +.BI " int " vx ", int " vy ", unsigned int " vw ", unsigned int " vh ", +.BI " int " dx ", int " dy ", unsigned int " dw ", unsigned int " dh ");" +.fi .SH Arguments .\" .IP \fIdpy\fR 15 |